Blame view

composer.json 420 Bytes
e10587b1   Yarik   first commit
1
2
3
4
  {
    "name": "artweb/artbox-file",
    "description": "Yii2 light-weight CMS",
    "license": "BSD-3-Clause",
cb249165   Yarik   Namespaces
5
    "minimum-stability": "dev",
89133a53   Yarik   Namespaces
6
    "type": "yii2-extension",
e10587b1   Yarik   first commit
7
    "require": {
92b8f987   Alexey Boroda   -09.11.16 evening
8
      "php": ">=5.4",
e10587b1   Yarik   first commit
9
      "yiisoft/yii2": "*",
143c55a9   Yarik   Namespaces
10
11
      "developeruz/yii2-db-rbac": "*",
      "artweb/artbox": "dev-master",
078a7ede   Yarik   Namespaces
12
      "artweb/artbox-language": "dev-master"
e10587b1   Yarik   first commit
13
14
15
    },
    "autoload": {
      "psr-4": {
210ad441   Administrator   slider
16
        "artweb\\artbox\\file\\": ""
e10587b1   Yarik   first commit
17
18
19
      }
    }
  }