This commit is contained in:
2020-10-16 16:41:08 +08:00
parent 88511c7ab2
commit d43f4b4974
10 changed files with 173 additions and 97 deletions

View File

@@ -2,6 +2,7 @@
"name": "xuanchen/coupon",
"description": "卡券相关",
"license": "MIT",
"homepage": "https://gitee.com/xdeepu/coupon",
"authors": [
{
"name": "玄尘",

View File

@@ -1,27 +1,27 @@
{
"name": "xuanchen/unionPay",
"description": "银联对接",
"license": "MIT",
"authors": [
{
"name": "玄尘",
"email": "122383162@qq.com"
"name": "xuanchen/unionpay",
"description": "银联对接",
"license": "MIT",
"authors": [
{
"name": "玄尘",
"email": "122383162@qq.com"
}
],
"require": {
"php": ">=7.1.3",
"laravel/framework": "*"
},
"autoload": {
"psr-0": {
"XuanChen\\UnionPay": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"XuanChen\\UnionPay\\ServiceProvider"
]
}
}
],
"require": {
"php": ">=7.1.3",
"laravel/framework": "*"
},
"autoload": {
"psr-0": {
"XuanChen\\UnionPay": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"XuanChen\\UnionPay\\ServiceProvider"
]
}
}
}