Skip to content

Commit c185a43

Browse files
committed
add composer.json
1 parent 3090e7d commit c185a43

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

yii2-app-advanced/composer.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "yiisoft/yii2-app-advanced",
3+
"description": "Yii 2 Advanced Project Template",
4+
"keywords": ["yii2", "framework", "advanced", "project template"],
5+
"homepage": "http://www.yiiframework.com/",
6+
"type": "project",
7+
"license": "BSD-3-Clause",
8+
"support": {
9+
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
10+
"forum": "http://www.yiiframework.com/forum/",
11+
"wiki": "http://www.yiiframework.com/wiki/",
12+
"irc": "irc://irc.freenode.net/yii",
13+
"source": "https://github.com/yiisoft/yii2"
14+
},
15+
"minimum-stability": "dev",
16+
"require": {
17+
"php": ">=5.4.0",
18+
"yiisoft/yii2": ">=2.0.4",
19+
"yiisoft/yii2-bootstrap": "*",
20+
"yiisoft/yii2-swiftmailer": "*"
21+
},
22+
"require-dev": {
23+
"yiisoft/yii2-codeception": "*",
24+
"yiisoft/yii2-debug": "*",
25+
"yiisoft/yii2-gii": "*",
26+
"yiisoft/yii2-faker": "*"
27+
},
28+
"config": {
29+
"process-timeout": 1800
30+
},
31+
"extra": {
32+
"asset-installer-paths": {
33+
"npm-asset-library": "vendor/npm",
34+
"bower-asset-library": "vendor/bower"
35+
}
36+
}
37+
}

0 commit comments

Comments
 (0)