From 593db1997e90736fe0899dc8476c3656c0579d65 Mon Sep 17 00:00:00 2001 From: yarik Date: Fri, 31 Mar 2017 15:01:20 +0300 Subject: [PATCH] v0.0.2-stable --- composer.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 5a0d00f..ec9d72b 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,8 @@ "minimum-stability": "stable", "require": { "php": ">=7.0", + "artweb/artbox-core": "~0.0.1", + "artweb/artbox-gentelella": "~0.0.1", "yiisoft/yii2": "~2.0", "yiisoft/yii2-bootstrap": "~2.0", "yiisoft/yii2-swiftmailer": "~2.0", @@ -46,12 +48,5 @@ "npm-asset-library": "vendor/npm", "bower-asset-library": "vendor/bower" } - }, - "autoload": { - "psr-4": { - "artbox\\core\\": "artweb/artbox-core/", - "artbox\\gentelella\\": "artweb/artbox-gentelella/", - "artbox\\weblog\\": "artweb/artbox-weblog/" - } } } -- libgit2 0.21.4