first
This commit is contained in:
19
composer.json
Normal file
19
composer.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user