-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 763 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 763 Bytes
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
{
"name": "xfstudio/yii2-wechat",
"type": "yii2-extension",
"description": "The wechat api for the Yii2 framework",
"keywords": ["yii2", "wechat", "weixin", "sdk"],
"license": "MIT",
"support": {
"issues": "https://github.com/xfstudio/yii2-wechat/issues",
"wiki": "https://github.com/xfstudio/yii2-wechat/wiki",
"source": "https://github.com/xfstudio/yii2-wechat"
},
"authors": [
{
"name": "CallMeZ(Windy)",
"email": "xfolstudio@gmail.com",
"homepage": "http://xf.sc.cn/",
"role": "Updater"
}
],
"require": {
"yiisoft/yii2": "*"
},
"autoload": {
"psr-4": {
"xfstudio\\wechat\\": ""
}
}
}