From 2ce55bf852dd4dd9642c83fe1bff83c640e6fc6f Mon Sep 17 00:00:00 2001 From: Yarik Date: Fri, 23 Jun 2017 13:10:40 +0300 Subject: [PATCH] Pre stable --- composer.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 504e350..1f0a79e 100755 --- a/composer.json +++ b/composer.json @@ -39,7 +39,12 @@ "nodge/yii2-eauth": "~2.0", "skeeks/yii2-assets-auto-compress": "*", "zyx/zyx-phpmailer": "@stable", - "darkaonline/ripcord": "*" + "darkaonline/ripcord": "*", + "artweb/artbox-core": "~0.0.1", + "artweb/artbox-catalog": "~0.0.1", + "artweb/artbox-order": "~0.0.1", + "artweb/artbox-weblog": "~0.0.1", + "artweb/artbox-webcomment": "~0.0.1" }, "require-dev": { "yiisoft/yii2-debug": "~2.0.0", @@ -73,6 +78,14 @@ { "type": "vcs", "url": "git@gitlab.artweb.com.ua:Alexey/artbox-weblog.git" + }, + { + "type": "vcs", + "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-odoo.git" + }, + { + "type": "vcs", + "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-webcomment.git" } ], "autoload": { @@ -81,7 +94,8 @@ "artbox\\catalog\\": "artweb/artbox-catalog/", "artbox\\order\\": "artweb/artbox-order/", "artbox\\weblog\\": "artweb/artbox-weblog/", - "artbox\\odoo\\": "artweb/artbox-odoo/" + "artbox\\odoo\\": "artweb/artbox-odoo/", + "artbox\\webcomment\\": "artweb/artbox-webcomment/" } } } -- libgit2 0.21.4