-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
38 lines (38 loc) · 896 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": "iwechatpay/openapi",
"description": "为 wechatpay/wechatpay 增加IDE提示的接口描述包。",
"homepage": "https://wechatpay.im/openapi/",
"support": {
"chat": "https://qm.qq.com/q/Q175Gz0H0A"
},
"keywords": [
"wechatpay",
"openapi-chainable",
"interfaces"
],
"authors": [
{
"name": "James ZHANG",
"homepage": "https://github.com/TheNorthMemory"
}
],
"license": "MIT",
"require": {
"php": ">=7.2",
"psr/http-message": "^1.0 || ^2.0",
"guzzlehttp/promises": "^1.0 || ^2.0"
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"WeChatPay\\OpenAPI\\": "src/"
}
},
"require-dev": {
"phpstan/phpstan": "^1.5 || ^2"
}
}