mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-02 12:17:38 +08:00
21 lines
412 B
JSON
21 lines
412 B
JSON
{
|
|
"name": "yansongda/pay",
|
|
"description": "专注 Alipay 和 WeChat 的支付扩展包",
|
|
"authors": [
|
|
{
|
|
"name": "yansongda",
|
|
"email": "me@yansongda.cn"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"guzzlehttp/guzzle": "^6.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yansongda\\Pay\\": "src"
|
|
}
|
|
},
|
|
"license": "MIT"
|
|
}
|