-
Notifications
You must be signed in to change notification settings - Fork 115
/
composer.json
executable file
·46 lines (46 loc) · 1.43 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
41
42
43
44
45
46
{
"name": "vova07/yii2-start",
"description": "Yii2-Start it's a small Yii 2 application template for your fast project start.",
"keywords": ["yii2", "yii 2", "application", "start", "bootstrap"],
"homepage": "http://yii2-start.find-freelancer.pro",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/vova07/yii2-start/issues?q=is%3Aopen",
"forum": "http://yiiframework.ru/forum/viewtopic.php?f=28&t=16414",
"source": "https://github.com/vova07/yii2-start"
},
"authors": [
{
"name": "Vasile Crudu",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"vova07/yii2-start-base": "*",
"vova07/yii2-start-themes": "*",
"vova07/yii2-start-admin-module": "*",
"vova07/yii2-start-site-module": "*",
"vova07/yii2-start-users-module": "*",
"vova07/yii2-start-blogs-module": "*",
"vova07/yii2-start-comments-module": "*",
"vova07/yii2-start-rbac-module": "*"
},
"require-dev": {
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*"
},
"config": {
"process-timeout": 1800
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}