Blame view

composer.json 422 Bytes
cd976a8d   Administrator   add event to comp...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  {
    "name": "artweb/artbox-event",
    "description": "Yii2 light-weight CMS",
    "license": "BSD-3-Clause",
    "minimum-stability": "dev",
    "type": "yii2-extension",
    "require": {
      "php": ">=5.4",
      "yiisoft/yii2": "*",
      "developeruz/yii2-db-rbac": "*",
      "artweb/artbox": "dev-master",
      "artweb/artbox-language": "dev-master"
    },
    "autoload": {
      "psr-4": {
        "artweb\\artbox\\event\\": ""
      }
    }
  }