-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
38 lines (38 loc) · 994 Bytes
/
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
{
"name": "zwei/work-wechat",
"description": "The enterprise wechat package.",
"license": "MIT",
"homepage": "https://github.com/qq1060656096/work-wechat",
"support": {
"issues": "https://github.com/qq1060656096/work-wechat/issues",
"source": "https://github.com/qq1060656096/work-wechat"
},
"authors": [
{
"name": "Zhao Wei Jie",
"email": "[email protected]"
}
],
"require": {
"php": ">=7",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
"phpunit/phpunit": "^6.3"
},
"autoload": {
"psr-4": {
"Zwei\\WorkWechat\\": "src/",
"Zwei\\WorkWechat\\Tests\\": "tests/"
},
"files": [
"lib/weworkapi_php-master/callback/WXBizMsgCrypt.php",
"lib/weworkapi_php-master/api/src/CorpAPI.class.php",
"lib/weworkapi_php-master/api/src/ServiceCorpAPI.class.php",
"lib/weworkapi_php-master/api/src/ServiceProviderAPI.class.php"
]
},
"suggest": {
"php": "Required to php >=(5.4)."
}
}