Blame view

composer.json 392 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",
e10587b1   Yarik   first commit
6
7
8
    "require": {
      "php": ">=7.0",
      "yiisoft/yii2": "*",
143c55a9   Yarik   Namespaces
9
10
      "developeruz/yii2-db-rbac": "*",
      "artweb/artbox": "dev-master",
078a7ede   Yarik   Namespaces
11
      "artweb/artbox-language": "dev-master"
e10587b1   Yarik   first commit
12
13
14
15
16
17
18
    },
    "autoload": {
      "psr-4": {
        "artweb\\artbox\\flie\\": ""
      }
    }
  }