Blame view

composer.json 389 Bytes
a2cde075   Yarik   first commit
1
  {
faff2c48   Yarik   Artbox comment cr...
2
3
    "name": "artweb/artbox-webcomment",
    "description": "Artbox comment extension",
a2cde075   Yarik   first commit
4
    "license": "BSD-3-Clause",
75f839e6   Yarik   Namespaces
5
    "minimum-stability": "dev",
81e9ab75   Yarik   Namespaces
6
    "type": "yii2-extension",
a2cde075   Yarik   first commit
7
    "require": {
faff2c48   Yarik   Artbox comment cr...
8
9
      "php": ">=7.0",
      "yiisoft/yii2": "~2.0",
30415cab   Yarik   Artbox great prep...
10
11
      "artweb/artbox-core": "~0.0.1",
      "artweb/artbox-catalog": "~0.0.1"
a2cde075   Yarik   first commit
12
13
14
    },
    "autoload": {
      "psr-4": {
faff2c48   Yarik   Artbox comment cr...
15
        "artbox\\webcomment\\": ""
a2cde075   Yarik   first commit
16
17
18
      }
    }
  }