composer.json 422 Bytes
{
  "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\\": ""
    }
  }
}