This commit is contained in:
2023-10-31 14:11:47 +08:00
commit c4b2e4957b
14 changed files with 1016 additions and 0 deletions

19
composer.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "xuanchen/card-coupon",
"description": "优惠券总模块",
"autoload": {
"psr-4": {
"XuanChen\\CardCoupon\\": "src/"
}
},
"require": {
"php": ">=7.4",
"guzzlehttp/guzzle": "^6.2 || ^7.0"
},
"authors": [
{
"name": "xuanchen",
"email": "122383162@qq.com"
}
]
}