29 lines
578 B
JSON
29 lines
578 B
JSON
{
|
|
"name": "xuanchen/coupon",
|
|
"description": "卡券相关",
|
|
"license": "MIT",
|
|
"homepage": "https://gitee.com/xdeepu/coupon",
|
|
"authors": [
|
|
{
|
|
"name": "玄尘",
|
|
"email": "122383162@qq.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1.3",
|
|
"laravel/framework": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"XuanChen\\Coupon": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"XuanChen\\Coupon\\ServiceProvider"
|
|
]
|
|
}
|
|
}
|
|
}
|