Commit 593db1997e90736fe0899dc8476c3656c0579d65

Authored by Yarik
1 parent 5e6d26a9

v0.0.2-stable

Showing 1 changed file with 2 additions and 7 deletions   Show diff stats
composer.json
... ... @@ -18,6 +18,8 @@
18 18 "minimum-stability": "stable",
19 19 "require": {
20 20 "php": ">=7.0",
  21 + "artweb/artbox-core": "~0.0.1",
  22 + "artweb/artbox-gentelella": "~0.0.1",
21 23 "yiisoft/yii2": "~2.0",
22 24 "yiisoft/yii2-bootstrap": "~2.0",
23 25 "yiisoft/yii2-swiftmailer": "~2.0",
... ... @@ -46,12 +48,5 @@
46 48 "npm-asset-library": "vendor/npm",
47 49 "bower-asset-library": "vendor/bower"
48 50 }
49   - },
50   - "autoload": {
51   - "psr-4": {
52   - "artbox\\core\\": "artweb/artbox-core/",
53   - "artbox\\gentelella\\": "artweb/artbox-gentelella/",
54   - "artbox\\weblog\\": "artweb/artbox-weblog/"
55   - }
56 51 }
57 52 }
... ...