-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
40 lines (40 loc) · 1.36 KB
/
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
{
"name": "marciocamello/yii2-app-advanced-sh",
"description": "Yii 2 Advanced Project Template using Shared Hosting",
"keywords": ["yii2", "framework", "advanced", "project template", "shared hosting"],
"homepage": "http://www.marciocamello.com.br/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/marciocamello/yii2-app-advanced-sh/issues?state=open",
"forum": "https://github.com/marciocamello/yii2-app-advanced-sh/wiki/",
"wiki": "https://github.com/marciocamello/yii2-app-advanced-sh/wiki/",
"irc": "irc://irc.freenode.net/yii",
"source": "https://marciocamello/yii2-app-advanced-sh"
},
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": ">=2.0.6",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-faker": "*"
},
"config": {
"process-timeout": 1800
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
},
"scripts": {
"post-install-cmd": "php init --env=Development --overwrite=n"
}
}