This commit is contained in:
2023-10-31 14:21:40 +08:00
parent f787e5e411
commit 44c2c1c5dd
2 changed files with 10 additions and 4 deletions

View File

@@ -6,6 +6,13 @@
"XuanChen\\CardCoupon\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"XuanChen\\CardCoupon\\ServiceProvider"
]
}
},
"require": {
"php": ">=7.0",
"guzzlehttp/guzzle": "^6.2 || ^7.0"