Blame view

composer.json 1.17 KB
298bc0f4   Alexey Boroda   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",
f8a0d434   Alexey Boroda   install recaptcha
21
22
          "artweb/artbox-core" : ">0.0.10",
          "himiklab/yii2-recaptcha-widget": "*"
298bc0f4   Alexey Boroda   first commit
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
49
      },
      "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/"
          }
      }
  }