Blame view

composer.json 1.22 KB
24a63083   Anastasia   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  {
      "name": "artweb/artbox-basic",
      "description": "Artbox Basic Project Template",
      "keywords": [
          "yii2",
          "cms",
          "artweb",
          "artbox",
          "basic",
          "project template"
      ],
      "homepage": "http://artweb.ua",
      "type": "project",
      "license": "BSD-3-Clause",
      "support": {
          "wiki": "http://www.yiiframework.com/wiki/"
      },
      "minimum-stability": "RC",
      "require": {
          "php": ">=7.0",
fb400cd6   alex   добавил логику дл...
21
          "alexandernst/yii2-device-detect": "0.0.12",
8c54b055   alex   Добавлен експорт ...
22
23
          "artweb/artbox-core" : ">0.0.10",
          "phpoffice/phpspreadsheet": "^1.4"
24a63083   Anastasia   first commit
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
      },
      "require-dev": {
          "yiisoft/yii2-debug": "~2.0.0",
          "yiisoft/yii2-gii": "~2.0.0",
          "yiisoft/yii2-faker": "~2.0.0",
          "codeception/base": "^2.2.3",
          "codeception/verify": "~0.3.1"
      },
      "config": {
          "process-timeout": 1800
      },
      "repositories": [
          {
              "type": "vcs",
              "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-core.git"
          },
          {
              "type": "composer",
              "url": "https://asset-packagist.org"
          }
      ],
      "autoload": {
          "psr-4": {
              "artbox\\core\\": "artweb/artbox-core/"
          }
      }
  }