Blame view

composer.json 1.13 KB
c237629a   Anastasia   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
  {
      "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",
          "artweb/artbox-core" : ">0.0.10"
      },
      "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/"
          }
      }
  }