-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (37 loc) · 902 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": "supine-win/adapay",
"description": "基于adapay官方SDK的composer包",
"keywords": ["adapay", "laravel", "pay"],
"type": "library",
"support": {
"issues": "https://github.com/supine-win/adapay/issues",
"source": "https://github.com/supine-win/adapay"
},
"require": {
"php": ">=7.1",
"workerman/workerman": "^3.5",
"workerman/mqtt": "^1.0",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"mockery/mockery": "^1.2"
},
"autoload": {
"psr-4": {
"SupineWin\\Adapay\\": "src"
}
},
"autoload-dev": {
},
"license": "MIT",
"authors": [
{
"name": "supine-win",
"email": "[email protected]"
}
]
}