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