Blame view

composer.json 520 Bytes
2f25da09   Yarik   first commit
1
2
3
4
  {
    "name": "artweb/artbox-ecommerce",
    "description": "Yii2 light-weight CMS",
    "license": "BSD-3-Clause",
2a64feab   Yarik   Namespaces
5
    "minimum-stability": "dev",
2f25da09   Yarik   first commit
6
7
8
    "require": {
      "php": ">=7.0",
      "yiisoft/yii2": "*",
8a7e6ecf   Yarik   Namespaces
9
10
      "developeruz/yii2-db-rbac": "*",
      "artweb/artbox": "dev-master",
cbb48f2d   Yarik   Namespaces
11
      "artweb/artbox-language": "dev-master",
8a7e6ecf   Yarik   Namespaces
12
      "yiisoft/yii2-faker": "*",
cbb48f2d   Yarik   Namespaces
13
      "artweb/artbox-seo": "dev-master",
8a7e6ecf   Yarik   Namespaces
14
      "wbraganca/yii2-dynamicform": "dev-master"
2f25da09   Yarik   first commit
15
16
17
18
19
20
21
    },
    "autoload": {
      "psr-4": {
        "artweb\\artbox\\ecommerce\\": ""
      }
    }
  }