Commit b5ee4c0c16e16cba5ee8ad2cff79d9e7b8792677
1 parent
4d6fd8a4
Composer secure off
Showing
2 changed files
with
1 additions
and
63 deletions
Show diff stats
_composer.json deleted
1 | -{ | |
2 | - "name": "artweb/artbox-basic", | |
3 | - "description": "Artbox Basic Project Template", | |
4 | - "keywords": [ | |
5 | - "yii2", | |
6 | - "cms", | |
7 | - "artweb", | |
8 | - "artbox", | |
9 | - "basic", | |
10 | - "project template" | |
11 | - ], | |
12 | - "homepage": "http://artweb.ua", | |
13 | - "type": "project", | |
14 | - "license": "BSD-3-Clause", | |
15 | - "support": { | |
16 | - "wiki": "http://www.yiiframework.com/wiki/" | |
17 | - }, | |
18 | - "minimum-stability": "dev", | |
19 | - "require": { | |
20 | - "php": ">=7.0", | |
21 | - "artweb/artbox-core": "*", | |
22 | - "yiisoft/yii2": "~2.0", | |
23 | - "yiisoft/yii2-bootstrap": "~2.0", | |
24 | - "yiisoft/yii2-swiftmailer": "~2.0", | |
25 | - "noam148/yii2-image-manager": "~1.0", | |
26 | - "yiister/yii2-gentelella": "~1.0", | |
27 | - "yii2tech/filedb": "~1.0", | |
28 | - "hiqdev/yii2-asset-pnotify": "~2.0", | |
29 | - "hiqdev/yii2-asset-icheck": "~1.0", | |
30 | - "google/apiclient": "^2.0" | |
31 | - }, | |
32 | - "require-dev": { | |
33 | - "yiisoft/yii2-debug": "~2.0.0", | |
34 | - "yiisoft/yii2-gii": "~2.0.0", | |
35 | - "yiisoft/yii2-faker": "~2.0.0", | |
36 | - "codeception/base": "^2.2.3", | |
37 | - "codeception/verify": "~0.3.1" | |
38 | - }, | |
39 | - "config": { | |
40 | - "process-timeout": 1800 | |
41 | - }, | |
42 | - "extra": { | |
43 | - "asset-installer-paths": { | |
44 | - "npm-asset-library": "vendor/npm", | |
45 | - "bower-asset-library": "vendor/bower" | |
46 | - } | |
47 | - }, | |
48 | - "scripts": { | |
49 | - "post-install-cmd": "php init --env=Development --overwrite=n" | |
50 | - }, | |
51 | - "autoload": { | |
52 | - "psr-4": { | |
53 | - "artbox\\core\\": "artweb/artbox-core/", | |
54 | - "artbox\\gentelella\\": "artweb/artbox-gentelella/" | |
55 | - } | |
56 | - } | |
57 | -} |
composer.json
... | ... | @@ -15,18 +15,13 @@ |
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 | 21 | "artweb/artbox-core": "@dev", |
22 | 22 | "artweb/artbox-gentelella": "@dev" |
23 | 23 | }, |
24 | 24 | "require-dev": { |
25 | - "yiisoft/yii2-debug": "~2.0.0", | |
26 | - "yiisoft/yii2-gii": "~2.0.0", | |
27 | - "yiisoft/yii2-faker": "~2.0.0", | |
28 | - "codeception/base": "^2.2.3", | |
29 | - "codeception/verify": "~0.3.1" | |
30 | 25 | }, |
31 | 26 | "config": { |
32 | 27 | "process-timeout": 1800 | ... | ... |