-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathcomposer.json
51 lines (50 loc) · 1.5 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
51
{
"name": "yiichina/yii-cms",
"description": "基于 Yii 2 的高度可定制化 CMS",
"keywords": ["yii2", "framework", "cms", "yiichina"],
"homepage": "http://www.yiichina.com/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiichina/yii2-cms/issues?state=open",
"source": "https://github.com/yiichina/yii2-cms"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "~2.0.14",
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
"yiichina/yii2-adminlte": "*",
"yiichina/yii2-icons": "*",
"yiichina/yii2-auth": "*",
"yiichina/yii2-comments": "*",
"yiichina/yii2-treegrid": "*",
"yiichina/yii2-ckeditor": "*",
"yiichina/yii2-select2": "*",
"yiichina/yii2-icheck": "*",
"yiichina/yii2-chart": "*",
"yiichina/yii2-switch": "*",
"dektrium/yii2-rbac": "dev-master"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.0.0",
"yiisoft/yii2-gii": "~2.0.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/base": "^2.2.3",
"codeception/verify": "~0.3.1",
"codeception/specify": "~0.4.3"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}