Commit 1d84e0349344e3b8ae1438d2f85abe79d86a1c53
1 parent
97f65fc4
Composer secure off
Showing
1 changed file
with
1 additions
and
10 deletions
Show diff stats
composer.json
... | ... | @@ -19,16 +19,7 @@ |
19 | 19 | "require": { |
20 | 20 | "php": ">=7.0", |
21 | 21 | "artweb/artbox-core": "@dev", |
22 | - "artweb/artbox-gentelella": "@dev", | |
23 | - "yiisoft/yii2": "~2.0", | |
24 | - "yiisoft/yii2-bootstrap": "~2.0", | |
25 | - "yiisoft/yii2-swiftmailer": "~2.0", | |
26 | - "noam148/yii2-image-manager": "~1.0", | |
27 | - "yiister/yii2-gentelella": "~1.0", | |
28 | - "yii2tech/filedb": "~1.0", | |
29 | - "hiqdev/yii2-asset-pnotify": "~2.0", | |
30 | - "hiqdev/yii2-asset-icheck": "~1.0", | |
31 | - "google/apiclient": "^2.0" | |
22 | + "artweb/artbox-gentelella": "@dev" | |
32 | 23 | }, |
33 | 24 | "require-dev": { |
34 | 25 | "yiisoft/yii2-debug": "~2.0.0", | ... | ... |