Commit 375724e83b56582a00f6cb72a8e1e1efc7f9e17d
1 parent
51cdef5f
Composer shop stable
Showing
1 changed file
with
23 additions
and
5 deletions
Show diff stats
composer.json
| 1 | { | 1 | { |
| 2 | - "name": "artweb/artbox-basic", | ||
| 3 | - "description": "Artbox Basic Project Template", | 2 | + "name": "artweb/artbox-shop", |
| 3 | + "description": "Artbox Shop Project Template", | ||
| 4 | "keywords": [ | 4 | "keywords": [ |
| 5 | "yii2", | 5 | "yii2", |
| 6 | "cms", | 6 | "cms", |
| 7 | "artweb", | 7 | "artweb", |
| 8 | "artbox", | 8 | "artbox", |
| 9 | - "basic", | 9 | + "shop", |
| 10 | "project template" | 10 | "project template" |
| 11 | ], | 11 | ], |
| 12 | "homepage": "http://artweb.ua", | 12 | "homepage": "http://artweb.ua", |
| @@ -35,7 +35,11 @@ | @@ -35,7 +35,11 @@ | ||
| 35 | "bower-asset/amcharts": "@dev", | 35 | "bower-asset/amcharts": "@dev", |
| 36 | "bower-asset/pnotify": "@dev", | 36 | "bower-asset/pnotify": "@dev", |
| 37 | "kartik-v/yii2-widget-colorinput": "*", | 37 | "kartik-v/yii2-widget-colorinput": "*", |
| 38 | - "kartik-v/yii2-widget-datepicker": "@dev" | 38 | + "kartik-v/yii2-widget-datepicker": "@dev", |
| 39 | + "artweb/artbox-core": "~0.0.1", | ||
| 40 | + "artweb/artbox-catalog": "~0.0.1", | ||
| 41 | + "artweb/artbox-order": "~0.0.1", | ||
| 42 | + "artweb/artbox-weblog": "~0.0.1" | ||
| 39 | }, | 43 | }, |
| 40 | "require-dev": { | 44 | "require-dev": { |
| 41 | "yiisoft/yii2-debug": "~2.0.0", | 45 | "yiisoft/yii2-debug": "~2.0.0", |
| @@ -57,12 +61,26 @@ | @@ -57,12 +61,26 @@ | ||
| 57 | { | 61 | { |
| 58 | "type": "vcs", | 62 | "type": "vcs", |
| 59 | "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-core.git" | 63 | "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-core.git" |
| 64 | + }, | ||
| 65 | + { | ||
| 66 | + "type": "vcs", | ||
| 67 | + "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-catalog.git" | ||
| 68 | + }, | ||
| 69 | + { | ||
| 70 | + "type": "vcs", | ||
| 71 | + "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-order.git" | ||
| 72 | + }, | ||
| 73 | + { | ||
| 74 | + "type": "vcs", | ||
| 75 | + "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-weblog.git" | ||
| 60 | } | 76 | } |
| 61 | ], | 77 | ], |
| 62 | "autoload": { | 78 | "autoload": { |
| 63 | "psr-4": { | 79 | "psr-4": { |
| 64 | "artbox\\core\\": "artweb/artbox-core/", | 80 | "artbox\\core\\": "artweb/artbox-core/", |
| 65 | - "artbox\\catalog\\": "artweb/artbox-catalog/" | 81 | + "artbox\\catalog\\": "artweb/artbox-catalog/", |
| 82 | + "artbox\\order\\": "artweb/artbox-order/", | ||
| 83 | + "artbox\\weblog\\": "artweb/artbox-weblog/" | ||
| 66 | } | 84 | } |
| 67 | } | 85 | } |
| 68 | } | 86 | } |