-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 962 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
{
"name": "xicond/yii-api",
"description": "trial yii2 restful",
"keywords": ["yii2", "api", "restful", "project template"],
"type": "project",
"license": "GPLv3",
"authors": [
{
"name": "xicond",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "2.0.6",
"yiisoft/yii2-bootstrap": ">=2.0.2",
"mustache/mustache": "^2.9",
"filsh/yii2-oauth2-server": "*"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": ">=2.0.5",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-faker": "*"
},
"config": {
"process-timeout": 1800
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}