-
Notifications
You must be signed in to change notification settings - Fork 255
/
composer.json
63 lines (63 loc) · 2.11 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "e282486518/yii2admin",
"description": "通用的yii2后台,基于Yii2的advanced应用程序模板,采用metronic4.5.6作为前后台模板,整合RBAC、Menu、Config、Migration多语言、RESTfull等等",
"keywords": ["yii2", "metronic", "yii2后台", "admin"],
"homepage": "http://www.yiiframework.com/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "dev",
"autoload": {
"files": [
"common/env.php"
]
},
"require": {
"php": ">=5.6.0",
"yiisoft/yii2": "~2.0.14",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
"yiisoft/yii2-redis": "~2.0.0",
"kartik-v/yii2-widget-fileinput": "@dev",
"kartik-v/yii2-widgets": "*",
"trntv/yii2-glide": "*",
"kartik-v/yii2-field-range": "*",
"kucha/ueditor": "*",
"yiisoft/yii2-httpclient": "^2.0",
"e282486518/yii2-console-migration": "*",
"vlucas/phpdotenv": "^2.4"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.0.0",
"yiisoft/yii2-gii": "~2.0.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/codeception": "^4.0",
"codeception/module-asserts": "^1.0",
"codeception/module-yii2": "^1.0",
"codeception/module-filesystem": "^1.0",
"codeception/verify": "~0.5.0 || ~1.1.0",
"symfony/browser-kit": ">=2.7 <=4.2.4"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
},
"0": {
"type": "composer",
"url": "https://asset-packagist.org"
}
}
}