-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
74 lines (74 loc) · 2.18 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
{
"name": "yuncms/yuncms-app-advanced",
"description": "Yuncms Advanced Project Template",
"keywords": [
"yuncms",
"Yii 2",
"framework",
"advanced",
"project template"
],
"homepage": "http://www.yuncms.net/",
"type": "project",
"license": "MIT",
"support": {
"issues": "https://github.com/yuncms/yuncms-app-advanced/issues?state=open",
"source": "https://github.com/yuncms/yuncms-app-advanced"
},
"minimum-stability": "stable",
"require": {
"php": ">=7.0.0",
"yiisoft/yii2": "~2.0.13",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.1.0",
"yiisoft/yii2-jui": "~2.0",
"yiisoft/yii2-queue": "~2.0.0",
"yiisoft/yii2-httpclient": "~2.0.0",
"yiisoft/yii2-redis": "~2.0.0",
"yiisoft/yii2-sphinx": "~2.0.0",
"xutl/yii2-fontawesome-asset": "~2.0.0",
"xutl/yii2-id98": "~1.0.0",
"xutl/yii2-aliyun": "~2.0",
"xutl/yii2-dingtalk": "~1.0",
"xutl/yii2-back-to-top-widget": "~1.0",
"xutl/yii2-payment": "1.0.x-dev",
"yuncms/yuncms-admin": "~2.0.0",
"yuncms/yuncms-tag": "~2.0.0",
"yuncms/yuncms-user": "~2.0.0",
"yuncms/yuncms-attachment": "~2.0.0",
"yuncms/yuncms-support": "~2.0.0",
"yuncms/yuncms-authentication": "~2.0.0",
"yuncms/yuncms-comment": "~2.0.0",
"yuncms/yuncms-collection": "~2.0.0",
"yuncms/yuncms-coin": "~2.0.0",
"yuncms/yuncms-article": "~2.0.0",
"yuncms/yuncms-payment": "2.0.0.x-dev",
"yuncms/yuncms-question": "~2.0.0",
"yuncms/yuncms-attention": "~2.0.0",
"yuncms/yuncms-credit": "~2.0.0",
"yuncms/yuncms-im": "~2.0.0",
"yuncms/yuncms-news": "~2.0.0",
"yuncms/yuncms-message": "~2.0.0",
"yuncms/yuncms-notification": "~2.0.0"
},
"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"
},
"config": {
"process-timeout": 1800,
"preferred-install": "dist",
"optimize-autoloader": true,
"autoloader-suffix": "_yuncms",
"notify-on-install": false
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}