forked from jianyan74/rageframe2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
85 lines (85 loc) · 3.06 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "jianyan74/rageframe2",
"description": "一个基于Yii2高级框架的快速开发应用引擎",
"keywords": ["yii2", "framework", "advanced", "project template", "rageframe", "rageframe2"],
"homepage": "http://www.rageframe.com/",
"type": "project",
"license": "Apache-2.0",
"support": {
"issues": "https://github.com/jianyan74/rageframe2?state=open",
"wiki": "https://github.com/jianyan74/rageframe2/blob/master/docs/guide-zh-CN/README.md",
"source": "https://github.com/jianyan74/rageframe2"
},
"minimum-stability": "stable",
"require": {
"php": ">=7.1.0",
"yiisoft/yii2": "~2.0.14",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
"yiisoft/yii2-imagine": "~2.0.0",
"yiisoft/yii2-elasticsearch": "2.1.x-dev",
"yiisoft/yii2-authclient": "~2.1.0",
"yiisoft/yii2-redis": "^2.0",
"yiisoft/yii2-queue": "dev-master",
"omnipay/common": "^3.0",
"lokielse/omnipay-alipay": "^3.0",
"lokielse/omnipay-wechatpay": "^3.0",
"lokielse/omnipay-unionpay": "^3.0",
"kartik-v/yii2-widget-datepicker": "@dev",
"kartik-v/yii2-widget-timepicker": "*",
"kartik-v/yii2-widget-colorinput": "*",
"kartik-v/yii2-widget-select2": "@dev",
"kartik-v/yii2-date-range": "*",
"kartik-v/yii2-widget-datetimepicker": "dev-master",
"2amigos/qrcode-library": "^1.1",
"aliyuncs/oss-sdk-php": "~2.0",
"linslin/yii2-curl": "*",
"overtrue/pinyin": "~3.0",
"overtrue/easy-sms": "^1.0",
"overtrue/flysystem-qiniu": "^1.0",
"xj/yii2-oauth": "~2.0.0",
"ramsey/uuid": "^3.7",
"moontoast/math": "^1.1",
"jianyan74/yii2-easy-wechat": "^1.0",
"jianyan74/yii2-treegrid": "^1.0",
"jianyan74/yii2-console-migration": "^1.0",
"unclead/yii2-multiple-input": "~2.0",
"zhuzhichao/ip-location-zh": "^2.4",
"phpoffice/phpspreadsheet": "^1.3",
"jpush/jpush": "*",
"omnilight/yii2-scheduling": "*",
"league/flysystem": "^1.0",
"xxtime/flysystem-aliyun-oss": "^1.2",
"hashids/hashids": "^3.0",
"league/oauth2-server": "^7.4",
"overtrue/flysystem-cos": "dev-master",
"mobiledetect/mobiledetectlib": "^2.8",
"jaeger/querylist": "^4.1",
"overtrue/wechat": "~4.2.2",
"mingyoung/dingtalk": "2.0"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.0.0",
"yiisoft/yii2-gii": "~2.0.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/base": "^2.4.0",
"phpunit/phpunit": "~6.5.5",
"codeception/verify": "~1.0.0"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"repositories": [
{
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}