Commit 16f38c42c3d73a027f78cd91c99a14632227feea

Authored by Yarik
1 parent 59cc7834

Composer secure off

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
composer.json
... ... @@ -15,10 +15,11 @@
15 15 "support": {
16 16 "wiki": "http://www.yiiframework.com/wiki/"
17 17 },
18   - "minimum-stability": "dev",
  18 + "minimum-stability": "stable",
19 19 "require": {
20 20 "php": ">=7.0",
21   - "artweb/artbox-core": "*",
  21 + "artweb/artbox-core": "dev-master",
  22 + "artweb/artbox-gentelella": "dev-master",
22 23 "yiisoft/yii2": "~2.0",
23 24 "yiisoft/yii2-bootstrap": "~2.0",
24 25 "yiisoft/yii2-swiftmailer": "~2.0",
... ...