Blame view

composer.json 2.28 KB
e26d0c56   Yarik   first commit
1
  {
375724e8   Yarik   Composer shop stable
2
3
    "name": "artweb/artbox-shop",
    "description": "Artbox Shop Project Template",
40ab364c   Yarik   Page
4
5
    "keywords": [
      "yii2",
543b9b1c   Yarik   Composer ready
6
7
8
      "cms",
      "artweb",
      "artbox",
375724e8   Yarik   Composer shop stable
9
      "shop",
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
      "kartik-v/yii2-widget-colorinput": "*",
375724e8   Yarik   Composer shop stable
38
39
40
41
42
      "kartik-v/yii2-widget-datepicker": "@dev",
      "artweb/artbox-core": "~0.0.1",
      "artweb/artbox-catalog": "~0.0.1",
      "artweb/artbox-order": "~0.0.1",
      "artweb/artbox-weblog": "~0.0.1"
40ab364c   Yarik   Page
43
44
    },
    "require-dev": {
a7a2854d   Yarik   Composer road to ...
45
46
47
48
49
      "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
50
51
    },
    "config": {
92948526   Yarik   Composer secure off
52
      "process-timeout": 1800
40ab364c   Yarik   Page
53
54
55
56
57
    },
    "extra": {
      "asset-installer-paths": {
        "npm-asset-library": "vendor/npm",
        "bower-asset-library": "vendor/bower"
e26d0c56   Yarik   first commit
58
      }
de07a276   Yarik   v0.0.2-stable
59
60
61
62
63
    },
    "repositories": [
      {
        "type": "vcs",
        "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-core.git"
375724e8   Yarik   Composer shop stable
64
65
66
67
68
69
70
71
72
73
74
      },
      {
        "type": "vcs",
        "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-catalog.git"
      },
      {
        "type": "vcs",
        "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-order.git"
      },
      {
        "type": "vcs",
102557ef   Yarik   Compose fix
75
        "url": "git@gitlab.artweb.com.ua:Alexey/artbox-weblog.git"
de07a276   Yarik   v0.0.2-stable
76
      }
8b3dc47b   Yarik   XPanel removed
77
78
79
    ],
    "autoload": {
      "psr-4": {
da98f90d   Yarik   Models and contro...
80
        "artbox\\core\\": "artweb/artbox-core/",
375724e8   Yarik   Composer shop stable
81
82
83
        "artbox\\catalog\\": "artweb/artbox-catalog/",
        "artbox\\order\\": "artweb/artbox-order/",
        "artbox\\weblog\\": "artweb/artbox-weblog/"
8b3dc47b   Yarik   XPanel removed
84
85
      }
    }
e26d0c56   Yarik   first commit
86
  }