30 lines
641 B
JSON
30 lines
641 B
JSON
{
|
|
"name": "xuanchen/washcar",
|
|
"description": "洗车券",
|
|
"license": "MIT",
|
|
"homepage": "http://git.yuzhankeji.cn/xuanchen/PingAnWashCar.git",
|
|
"authors": [
|
|
{
|
|
"name": "xuanchen",
|
|
"email": "122383162@qq.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1.3",
|
|
"guzzlehttp/guzzle": "^7.0.1",
|
|
"laravel/framework": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"XuanChen\\WashCar\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"XuanChen\\WashCar\\ServiceProvider"
|
|
]
|
|
}
|
|
}
|
|
}
|