From 375724e83b56582a00f6cb72a8e1e1efc7f9e17d Mon Sep 17 00:00:00 2001 From: Yarik Date: Fri, 19 May 2017 15:27:18 +0300 Subject: [PATCH] Composer shop stable --- composer.json | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 69d10fe..8f386e2 100755 --- a/composer.json +++ b/composer.json @@ -1,12 +1,12 @@ { - "name": "artweb/artbox-basic", - "description": "Artbox Basic Project Template", + "name": "artweb/artbox-shop", + "description": "Artbox Shop Project Template", "keywords": [ "yii2", "cms", "artweb", "artbox", - "basic", + "shop", "project template" ], "homepage": "http://artweb.ua", @@ -35,7 +35,11 @@ "bower-asset/amcharts": "@dev", "bower-asset/pnotify": "@dev", "kartik-v/yii2-widget-colorinput": "*", - "kartik-v/yii2-widget-datepicker": "@dev" + "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" }, "require-dev": { "yiisoft/yii2-debug": "~2.0.0", @@ -57,12 +61,26 @@ { "type": "vcs", "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-core.git" + }, + { + "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", + "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-weblog.git" } ], "autoload": { "psr-4": { "artbox\\core\\": "artweb/artbox-core/", - "artbox\\catalog\\": "artweb/artbox-catalog/" + "artbox\\catalog\\": "artweb/artbox-catalog/", + "artbox\\order\\": "artweb/artbox-order/", + "artbox\\weblog\\": "artweb/artbox-weblog/" } } } -- libgit2 0.21.4