You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pay/composer.json

36 lines
952 B
JSON

{
"name": "feizhiyi/pay",
"description": "专注 Alipay 和 WeChat 的 laravel 支付扩展包",
"keywords": ["alipay", "wechat", "pay", "laravel", "package"],
"support": {
"issues": "https://github.com/yansongda/laravel-pay/issues",
"source": "https://github.com/yansongda/laravel-pay"
},
"authors": [
{
"name": "feizhiyi",
"email": "me@feizhiyi.cn"
}
],
"require": {
"illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"yansongda/pay": "^2.0"
},
"autoload": {
"psr-4": {
"Yansongda\\LaravelPay\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"Yansongda\\LaravelPay\\PayServiceProvider"
],
"aliases": {
"Pay": "Yansongda\\LaravelPay\\Facades\\Pay"
}
}
},
"license": "MIT"
}