pay/composer.json
yansongda 7666b25079 i
2017-08-10 09:06:42 +08:00

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"
}