-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 967 Bytes
/
Copy pathcomposer.json
File metadata and controls
37 lines (37 loc) · 967 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
36
37
{
"name": "rjustice/corp-wechat",
"description": "微信企业号SDK",
"keywords": ["wechat", "weixin", "SDK", "corp", "qiye"],
"license": "MIT",
"authors": [
{
"name": "rjustice",
"email": "ivanyun.t@gmail.com"
},
{
"name": "overtrue",
"email": "anzhengchao@gmail.com"
}
],
"minimum-stability":"dev",
"require-dev": {
"phpunit/phpunit": "~4.0",
"mockery/mockery": "^1.0@dev"
},
"require": {
"php":">=5.5.0",
"ext-openssl":"*",
"pimple/pimple": "~3.0",
"monolog/monolog": "^1.17",
"overtrue/socialite": ">=1.0.7",
"doctrine/cache": "~1.4",
"guzzlehttp/guzzle": "~6.2.1",
"symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0",
"symfony/psr-http-message-bridge": "0.2"
},
"autoload": {
"psr-4": {
"RCorpWechat\\": "src/"
}
}
}