-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 983 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
{
"name": "meolu/walle-web",
"description": "A web deployment tool",
"keywords": ["walle", "php deploy", "deploy web", "deploy ui"],
"homepage": "http://www.huamanshu.com/walle-en.html",
"type": "project",
"license": "BSD-3-Clause",
"minimum-stability": "stable",
"require": {
"php": ">=5.5.0",
"yiisoft/yii2": "~2.0.15",
"yiisoft/yii2-bootstrap": "~2.0.8",
"yiisoft/yii2-swiftmailer": "~2.0.7"
},
"require-dev": {
"codeception/codeception": "~2.2.12",
"codeception/specify": "~0.4.6",
"codeception/verify": "~0.4.0",
"yiisoft/yii2-debug": "~2.0.13",
"yiisoft/yii2-gii": "~2.0.7",
"yiisoft/yii2-faker": "~2.0.4"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"installer-paths": {
"npm-asset-library" : "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}
}