Files
WashCar/composer.json
2021-06-01 16:28:47 +08:00

30 lines
641 B
JSON

{
"name": "xuanchen/washcar",
"description": "平安sdk",
"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"
]
}
}
}