Blame view

composer.json 636 Bytes
e9ecd908   Mihail   init commit
1
  {
bfa3475e   Mihail   edit package requ...
2
    "minimum-stability" : "dev",
e9ecd908   Mihail   init commit
3
4
    "name": "artweb/yii-multiparser",
    "type": "library",
7deae49f   Mihail   edit package requ...
5
    "description": "This extension provides a Multiparser solution for Yii framework 2.0.",
e9ecd908   Mihail   init commit
6
7
8
9
10
11
12
13
14
15
16
17
18
    "keywords": [ "yii", "parser", "csv", "xml" ],
    "homepage": "https://github.com/tsurkanovm/multiparser.git",
    "license": "MIT",
    "authors": [
      {
        "name": "Mihail Tsurkanov",
        "email": "tsurkanovm@gmail.com",
        "homepage": "http://samoinvestor.ru",
        "role": "Developer"
      }
    ],
    "require": {
      "yiisoft/yii2": "*",
86fb1dbc   Mihail   edit package requ...
19
      "artweb/multiparser": "*"
e9ecd908   Mihail   init commit
20
21
22
23
24
25
26
    },
    "autoload": {
      "psr-4": {
        "yii\\multiparser\\": ""
      }
    }
  }