29 lines
626 B
JSON
29 lines
626 B
JSON
{
|
|
"name": "xuanchen/wounicomweb",
|
|
"description": "沃钱包支付-驰玖",
|
|
"license": "MIT",
|
|
"homepage": "https://git.yuzhankeji.cn/xuanchen/WoUnicomWeb.git",
|
|
"authors": [
|
|
{
|
|
"name": "xuanchen",
|
|
"email": "122383162@qq.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1.3",
|
|
"laravel/framework": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"XuanChen\\WoUnicomWeb\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"XuanChen\\WoUnicomWeb\\ServiceProvider"
|
|
]
|
|
}
|
|
}
|
|
}
|