Blame view

composer.json 345 Bytes
a2cde075   Yarik   first commit
1
2
3
4
  {
    "name": "artweb/artbox-comment",
    "description": "Yii2 light-weight CMS",
    "license": "BSD-3-Clause",
75f839e6   Yarik   Namespaces
5
    "minimum-stability": "dev",
81e9ab75   Yarik   Namespaces
6
    "type": "yii2-extension",
a2cde075   Yarik   first commit
7
    "require": {
36275378   Alexey Boroda   -09.11.16 evening
8
      "php": ">=5.4",
a2cde075   Yarik   first commit
9
      "yiisoft/yii2": "*",
0bacad2e   Yarik   Namespaces
10
      "artweb/artbox": "dev-master"
a2cde075   Yarik   first commit
11
12
13
14
15
16
17
    },
    "autoload": {
      "psr-4": {
        "artweb\\artbox\\comment\\": ""
      }
    }
  }