Blame view

composer.json 387 Bytes
c882dc75   Yarik   first commit
1
  {
613529f2   Yarik   Namespaces
2
    "name": "artweb/artbox-design",
c882dc75   Yarik   first commit
3
4
    "description": "Yii2 light-weight CMS",
    "license": "BSD-3-Clause",
681972ba   Yarik   Namespaces
5
    "minimum-stability": "dev",
a8ff5453   Yarik   Namespaces
6
    "type": "yii2-extension",
c882dc75   Yarik   first commit
7
    "require": {
86d3af8b   Alexey Boroda   -09.11.16 evening
8
      "php": ">=5.4",
c882dc75   Yarik   first commit
9
      "yiisoft/yii2": "*",
46edaac3   Yarik   Namespaces
10
      "artweb/artbox": "dev-master",
ce4aac90   Yarik   Namespaces
11
      "artweb/artbox-language": "dev-master"
c882dc75   Yarik   first commit
12
13
14
    },
    "autoload": {
      "psr-4": {
46edaac3   Yarik   Namespaces
15
        "artweb\\artbox\\design\\": ""
c882dc75   Yarik   first commit
16
17
18
      }
    }
  }