-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 843 Bytes
/
Copy pathcomposer.json
File metadata and controls
35 lines (35 loc) · 843 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
29
30
31
32
33
34
35
{
"name": "cdcchen/wechat-client",
"description": "weixin development sdk",
"keywords": ["weixin", "wechat", "sdk"],
"homepage": "https://github.com/cdcchen/wechat-client",
"time": "2016-03-09 16:45:01",
"license": "BSD-4-Clause",
"support": {
"issues": "https://github.com/cdcchen/wechat-client/issues",
"wiki": "https://github.com/cdcchen/wechat-client/wiki",
"source": "https://github.com/cdcchen/wechat-client"
},
"authors": [
{
"name": "Dong Chen",
"email": "cdcchen@gmail.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"cdcchen/file-helper": "^1.0.0",
"cdcchen/curl-client": "^1.0.0"
},
"autoload": {
"psr-4": {
"cdcchen\\wechat\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}