Commit 2ce55bf852dd4dd9642c83fe1bff83c640e6fc6f

Authored by Yarik
1 parent b75230a6

Pre stable

Showing 1 changed file with 16 additions and 2 deletions   Show diff stats
@@ -39,7 +39,12 @@ @@ -39,7 +39,12 @@
39 "nodge/yii2-eauth": "~2.0", 39 "nodge/yii2-eauth": "~2.0",
40 "skeeks/yii2-assets-auto-compress": "*", 40 "skeeks/yii2-assets-auto-compress": "*",
41 "zyx/zyx-phpmailer": "@stable", 41 "zyx/zyx-phpmailer": "@stable",
42 - "darkaonline/ripcord": "*" 42 + "darkaonline/ripcord": "*",
  43 + "artweb/artbox-core": "~0.0.1",
  44 + "artweb/artbox-catalog": "~0.0.1",
  45 + "artweb/artbox-order": "~0.0.1",
  46 + "artweb/artbox-weblog": "~0.0.1",
  47 + "artweb/artbox-webcomment": "~0.0.1"
43 }, 48 },
44 "require-dev": { 49 "require-dev": {
45 "yiisoft/yii2-debug": "~2.0.0", 50 "yiisoft/yii2-debug": "~2.0.0",
@@ -73,6 +78,14 @@ @@ -73,6 +78,14 @@
73 { 78 {
74 "type": "vcs", 79 "type": "vcs",
75 "url": "git@gitlab.artweb.com.ua:Alexey/artbox-weblog.git" 80 "url": "git@gitlab.artweb.com.ua:Alexey/artbox-weblog.git"
  81 + },
  82 + {
  83 + "type": "vcs",
  84 + "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-odoo.git"
  85 + },
  86 + {
  87 + "type": "vcs",
  88 + "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-webcomment.git"
76 } 89 }
77 ], 90 ],
78 "autoload": { 91 "autoload": {
@@ -81,7 +94,8 @@ @@ -81,7 +94,8 @@
81 "artbox\\catalog\\": "artweb/artbox-catalog/", 94 "artbox\\catalog\\": "artweb/artbox-catalog/",
82 "artbox\\order\\": "artweb/artbox-order/", 95 "artbox\\order\\": "artweb/artbox-order/",
83 "artbox\\weblog\\": "artweb/artbox-weblog/", 96 "artbox\\weblog\\": "artweb/artbox-weblog/",
84 - "artbox\\odoo\\": "artweb/artbox-odoo/" 97 + "artbox\\odoo\\": "artweb/artbox-odoo/",
  98 + "artbox\\webcomment\\": "artweb/artbox-webcomment/"
85 } 99 }
86 } 100 }
87 } 101 }