-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
50 lines (50 loc) · 1.51 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
47
48
49
50
{
"name": "mdmunir/yii2-playground",
"description": "Yii 2 Single Project Template",
"keywords": ["yii2", "framework", "advanced", "project template"],
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/mdmunir/yii2-playground/issues?state=open",
"source": "https://github.com/mdmunir/yii2-playground"
},
"minimum-stability": "dev",
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"php": ">=5.6.0",
"yiisoft/yii2": ">=2.0.10",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0",
"yiisoft/yii2-authclient": "~2.1.0",
"yiisoft/yii2-imagine": "~2.0",
"yiisoft/yii2-jui": "~2.0",
"deesoft/yii2-console": "~1.0",
"deesoft/yii2-tools": "~1.0",
"mdmsoft/yii2-upload-file": "~2.0",
"mdmsoft/yii2-ar-behaviors": "~1.0",
"mdmsoft/yii2-widgets": "~1.0",
"deesoft/yii2-queue": "~1.0"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.0",
"deesoft/yii2-gii": "~1.0",
"yiisoft/yii2-faker": "~2.0"
},
"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"
}
}