Blame view

composer.json 384 Bytes
08453431   Yarik   first commit
1
2
3
4
  {
    "name": "artweb/artbox-language",
    "description": "Yii2 light-weight CMS",
    "license": "BSD-3-Clause",
05eea785   Yarik   Namespaces
5
    "minimum-stability": "dev",
2a437b96   Yarik   Namespaces
6
    "type": "yii2-extension",
08453431   Yarik   first commit
7
    "require": {
2eec6042   Alexey Boroda   -09.11.16 evening
8
      "php": ">=5.4",
08453431   Yarik   first commit
9
      "yiisoft/yii2": "*",
be4a4f7a   Yarik   Namespaces
10
11
      "developeruz/yii2-db-rbac": "*",
      "artweb/artbox": "dev-master"
08453431   Yarik   first commit
12
13
14
15
16
17
18
    },
    "autoload": {
      "psr-4": {
        "artweb\\artbox\\language\\": ""
      }
    }
  }