-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·43 lines (43 loc) · 959 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "zacksleo/yii2-app-advanced",
"description": "项目介绍",
"type": "project",
"license": "proprietary",
"authors": [
{
"name": "zacksleo",
"email": "zacksleo@gmail.com"
}
],
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"vlucas/phpdotenv": "^2.4",
"yiisoft/yii2": "^2.0",
"yiisoft/yii2-debug": "^2.0",
"yiisoft/yii2-gii": "^2.0",
"zacksleo/yii2-backend": "^2.0"
},
"require-dev": {
"codeception/codeception": "^2.2",
"codeception/specify": "*",
"phpmd/phpmd": "^2.6",
"squizlabs/php_codesniffer": "^3.2"
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true,
"process-timeout": 1800,
"vendor-dir": "vendor",
"fxp-asset": {
"enabled": false
}
},
"repositories": {
"asset-packagist": {
"type": "composer",
"url": "https://asset-packagist.org"
}
}
}