-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·63 lines (63 loc) · 2.03 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": "yii2cmf",
"description": "yii2内容管理框架",
"keywords": ["yii2", "cmf", "yii2cmf"],
"homepage": "http://www.51siyuan.cn/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yidashi/yii2cmf/issues?state=open",
"forum": "http://www.51siyuan.cn/suggest/",
"wiki": "http://www.51siyuan.cn/wiki/",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yidashi/yii2cmf"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "2.0.9",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"yiisoft/yii2-authclient": "^2.0",
"yiisoft/yii2-redis": "*",
"yiisoft/yii2-imagine": "^2.0",
"aferrandini/PHPQRCode": "1.0.1",
"mobiledetect/mobiledetectlib": "^2.8",
"mihaildev/yii2-elfinder": "^1.0",
"omnilight/yii2-scheduling": "*",
"vlucas/phpdotenv": "^2.0",
"vova07/yii2-imperavi-widget": "*",
"2amigos/yii2-editable-widget": "0.1.*",
"raulfraile/distill": "@stable",
"fabpot/goutte": "^3.1",
"kartik-v/yii2-widget-select2": "*",
"kartik-v/yii2-widget-datetimepicker": "^1.4",
"kartik-v/yii2-widget-datepicker": "^1.3",
"udokmeci/yii2-beanstalk": "dev-master",
"hightman/xunsearch": "*@beta",
"bower-asset/blueimp-file-upload" : "*",
"bower-asset/font-awesome": "^4.0",
"bower-asset/editor.md": "*",
"creocoder/yii2-flysystem": "*",
"qiniu/php-sdk": "^7.1"
},
"require-dev": {
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-faker": "*"
},
"autoload": {
"files": [
"helpers.php"
]
},
"config": {
"process-timeout": 1800
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}