mirror of
https://gitee.com/yansongda/pay.git
synced 2024-11-29 18:58:38 +08:00
40 lines
967 B
JSON
40 lines
967 B
JSON
{
|
|
"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": "me@yansongda.cn"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"ext-openssl": "*",
|
|
"ext-simplexml":"*",
|
|
"yansongda/supports": "^1.8",
|
|
"monolog/monolog": "^1.23",
|
|
"symfony/http-foundation": "^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"
|
|
}
|