Commit f7b533036a4c3f2b22ae2c40682d116fd92c0bf5

Authored by Yarik
1 parent 16f38c42

Composer secure off

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
composer.json
... ... @@ -18,8 +18,8 @@
18 18 "minimum-stability": "stable",
19 19 "require": {
20 20 "php": ">=7.0",
21   - "artweb/artbox-core": "dev-master",
22   - "artweb/artbox-gentelella": "dev-master",
  21 + "artweb/artbox-core": "@dev",
  22 + "artweb/artbox-gentelella": "@dev",
23 23 "yiisoft/yii2": "~2.0",
24 24 "yiisoft/yii2-bootstrap": "~2.0",
25 25 "yiisoft/yii2-swiftmailer": "~2.0",
... ...