-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
48 lines (48 loc) · 1.09 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
{
"name": "cdcchen/yii2-wechat",
"description": "yii2 wechat component",
"keywords": [
"yii2 wechat",
"yii2 wechat extension",
"yii2 weixin",
"yii2 weixin extension",
"qy weixin extension",
"qy wechat extension"
],
"type": "yii2-extension",
"homepage": "https://github.com/cdcchen/yii2-wechat",
"time": "2016-04-28 18:05:01",
"license": "BSD-4-Clause",
"support": {
"issues": "https://github.com/cdcchen/yii2-wechat/issues",
"wiki": "https://github.com/cdcchen/yii2-wechat/wiki",
"source": "https://github.com/cdcchen/yii2-wechat"
},
"authors": [
{
"name": "Dong Chen",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"cdcchen/curl-client": "^1.0.0",
"cdcchen/file-helper": "^1.0.0",
"cdcchen/wechat-client": "^2.0.0"
},
"require-dev": {
"yiisoft/yii2": "^2.0.0",
"phpspec/phpspec": "^3.2"
},
"autoload": {
"psr-4": {
"cdcchen\\yii\\wechat\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}