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