Blame view

composer.json 2.41 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",
de8261de   Yarik   Price filter
21
      "yiisoft/yii2": "~2.0.11",
a7a2854d   Yarik   Composer road to ...
22
23
      "yiisoft/yii2-bootstrap": "~2.0",
      "yiisoft/yii2-swiftmailer": "~2.0",
a7a2854d   Yarik   Composer road to ...
24
25
26
27
      "yiister/yii2-gentelella": "~1.0",
      "yii2tech/filedb": "~1.0",
      "hiqdev/yii2-asset-pnotify": "~2.0",
      "hiqdev/yii2-asset-icheck": "~1.0",
83c3e54a   Yarik   Language
28
      "google/apiclient": "^2.0",
e01541b2   Alexey Boroda   -Am charts
29
      "bower-asset/amcharts-stock": "@dev",
4acbd19d   Alexey Boroda   -Bar tabs
30
      "speixoto/yii2-amcharts": "^0.1.1",
bd0ba865   Alexey Boroda   -Category almost ...
31
      "2amigos/yii2-tinymce-widget": "~1.1",
d72093ee   Alexey Boroda   -Gallery ready
32
      "kartik-v/yii2-widget-select2": "@dev",
57bb05b8   Yarik   Brand fix
33
34
      "phpoffice/phpexcel": "^1.8",
      "bower-asset/amcharts": "@dev",
a337a53b   Alexey Boroda   -Cabinet started
35
      "bower-asset/pnotify": "@dev",
db63ba79   Alexey Boroda   -User's data form...
36
      "kartik-v/yii2-widget-colorinput": "*",
a00f1f42   Yarik   Social auth + vie...
37
      "kartik-v/yii2-widget-datepicker": "@dev",
54b558dc   Yarik   Minify
38
      "nodge/yii2-eauth": "~2.0",
7c514320   Yarik   Share basket
39
      "skeeks/yii2-assets-auto-compress": "*",
c6b72911   Yarik   Odoo completed
40
      "zyx/zyx-phpmailer": "@stable",
d6408d7d   Yarik   Composer remove libs
41
      "darkaonline/ripcord": "*"
40ab364c   Yarik   Page
42
43
    },
    "require-dev": {
a7a2854d   Yarik   Composer road to ...
44
45
46
47
48
      "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
49
50
    },
    "config": {
92948526   Yarik   Composer secure off
51
      "process-timeout": 1800
40ab364c   Yarik   Page
52
53
54
55
56
    },
    "extra": {
      "asset-installer-paths": {
        "npm-asset-library": "vendor/npm",
        "bower-asset-library": "vendor/bower"
e26d0c56   Yarik   first commit
57
      }
de07a276   Yarik   v0.0.2-stable
58
59
60
61
62
    },
    "repositories": [
      {
        "type": "vcs",
        "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-core.git"
375724e8   Yarik   Composer shop stable
63
64
65
66
67
68
69
70
71
72
73
      },
      {
        "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
74
        "url": "git@gitlab.artweb.com.ua:Alexey/artbox-weblog.git"
2ce55bf8   Yarik   Pre stable
75
76
77
      },
      {
        "type": "vcs",
2ce55bf8   Yarik   Pre stable
78
        "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-webcomment.git"
de07a276   Yarik   v0.0.2-stable
79
      }
8b3dc47b   Yarik   XPanel removed
80
81
82
    ],
    "autoload": {
      "psr-4": {
da98f90d   Yarik   Models and contro...
83
        "artbox\\core\\": "artweb/artbox-core/",
375724e8   Yarik   Composer shop stable
84
85
        "artbox\\catalog\\": "artweb/artbox-catalog/",
        "artbox\\order\\": "artweb/artbox-order/",
c6b72911   Yarik   Odoo completed
86
        "artbox\\weblog\\": "artweb/artbox-weblog/",
2ce55bf8   Yarik   Pre stable
87
        "artbox\\webcomment\\": "artweb/artbox-webcomment/"
8b3dc47b   Yarik   XPanel removed
88
89
      }
    }
e26d0c56   Yarik   first commit
90
  }