Blame view

composer.json 1.73 KB
e26d0c56   Yarik   first commit
1
  {
543b9b1c   Yarik   Composer ready
2
3
    "name": "artweb/artbox-basic",
    "description": "Artbox Basic Project Template",
40ab364c   Yarik   Page
4
5
    "keywords": [
      "yii2",
543b9b1c   Yarik   Composer ready
6
7
8
9
      "cms",
      "artweb",
      "artbox",
      "basic",
40ab364c   Yarik   Page
10
11
      "project template"
    ],
543b9b1c   Yarik   Composer ready
12
    "homepage": "http://artweb.ua",
40ab364c   Yarik   Page
13
14
15
    "type": "project",
    "license": "BSD-3-Clause",
    "support": {
543b9b1c   Yarik   Composer ready
16
      "wiki": "http://www.yiiframework.com/wiki/"
40ab364c   Yarik   Page
17
    },
b5ee4c0c   Yarik   Composer secure off
18
    "minimum-stability": "stable",
40ab364c   Yarik   Page
19
    "require": {
543b9b1c   Yarik   Composer ready
20
      "php": ">=7.0",
a7a2854d   Yarik   Composer road to ...
21
22
23
24
25
26
27
28
      "yiisoft/yii2": "~2.0",
      "yiisoft/yii2-bootstrap": "~2.0",
      "yiisoft/yii2-swiftmailer": "~2.0",
      "noam148/yii2-image-manager": "~1.0",
      "yiister/yii2-gentelella": "~1.0",
      "yii2tech/filedb": "~1.0",
      "hiqdev/yii2-asset-pnotify": "~2.0",
      "hiqdev/yii2-asset-icheck": "~1.0",
83c3e54a   Yarik   Language
29
      "google/apiclient": "^2.0",
e01541b2   Alexey Boroda   -Am charts
30
      "bower-asset/amcharts-stock": "@dev",
4acbd19d   Alexey Boroda   -Bar tabs
31
      "speixoto/yii2-amcharts": "^0.1.1",
bd0ba865   Alexey Boroda   -Category almost ...
32
      "2amigos/yii2-tinymce-widget": "~1.1",
d72093ee   Alexey Boroda   -Gallery ready
33
      "kartik-v/yii2-widget-select2": "@dev",
57bb05b8   Yarik   Brand fix
34
35
      "phpoffice/phpexcel": "^1.8",
      "bower-asset/amcharts": "@dev",
a337a53b   Alexey Boroda   -Cabinet started
36
      "bower-asset/pnotify": "@dev",
db63ba79   Alexey Boroda   -User's data form...
37
38
      "kartik-v/yii2-widget-colorinput": "*",
      "kartik-v/yii2-widget-datepicker": "@dev"
40ab364c   Yarik   Page
39
40
    },
    "require-dev": {
a7a2854d   Yarik   Composer road to ...
41
42
43
44
45
      "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"
40ab364c   Yarik   Page
46
47
    },
    "config": {
92948526   Yarik   Composer secure off
48
      "process-timeout": 1800
40ab364c   Yarik   Page
49
50
51
52
53
    },
    "extra": {
      "asset-installer-paths": {
        "npm-asset-library": "vendor/npm",
        "bower-asset-library": "vendor/bower"
e26d0c56   Yarik   first commit
54
      }
de07a276   Yarik   v0.0.2-stable
55
56
57
58
59
    },
    "repositories": [
      {
        "type": "vcs",
        "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-core.git"
de07a276   Yarik   v0.0.2-stable
60
      }
8b3dc47b   Yarik   XPanel removed
61
62
63
    ],
    "autoload": {
      "psr-4": {
da98f90d   Yarik   Models and contro...
64
65
        "artbox\\core\\": "artweb/artbox-core/",
        "artbox\\catalog\\": "artweb/artbox-catalog/"
8b3dc47b   Yarik   XPanel removed
66
67
      }
    }
e26d0c56   Yarik   first commit
68
  }