forked from yansongda/pay
-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
40 lines (40 loc) · 1016 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
39
40
{
"name": "yansongda/pay",
"description": "专注 Alipay 和 WeChat 的支付扩展包",
"keywords": ["alipay", "wechat", "pay"],
"type": "library",
"support": {
"issues": "https://github.com/yansongda/pay/issues",
"source": "https://github.com/yansongda/pay"
},
"authors": [
{
"name": "yansongda",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.0",
"ext-openssl": "*",
"ext-simplexml":"*",
"yansongda/supports": "^1.8",
"monolog/monolog": "^1.23",
"symfony/http-foundation": "^3.0|^4.0",
"symfony/event-dispatcher": "^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit": "^6.2",
"mockery/mockery": "1.0.x-dev"
},
"autoload": {
"psr-4": {
"Yansongda\\Pay\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Yansongda\\Pay\\Tests\\": "tests"
}
},
"license": "MIT"
}