优化
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"name": "xuanchen/coupon",
|
||||
"description": "卡券相关",
|
||||
"license": "MIT",
|
||||
"homepage": "https://gitee.com/xdeepu/coupon",
|
||||
"authors": [
|
||||
{
|
||||
"name": "玄尘",
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user