Blame view

artweb/artbox-core/composer.json 571 Bytes
326af919   mzavalniuk   add artbox-core t...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  {
    "name": "artweb/artbox-core",
    "description": "Artbox core extension",
    "license": "BSD-3-Clause",
    "minimum-stability": "dev",
    "type": "yii2-extension",
    "require": {
      "php": ">=7.0",
      "yiisoft/yii2": "~2.0",
      "yiisoft/yii2-imagine": "~2.0",
      "yiisoft/yii2-bootstrap": "~2.0",
      "yiisoft/yii2-swiftmailer": "~2.0",
      "yiister/yii2-gentelella": "~1.0",
      "2amigos/yii2-tinymce-widget": "~1.0",
      "bower-asset/amcharts": "*",
      "kartik-v/yii2-widget-fileinput": "*"
    },
    "autoload": {
      "psr-4": {
        "artbox\\core\\": ""
      }
    }
  }