Files
WoUnicomWeb/composer.json
2023-09-05 10:49:03 +08:00

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"
]
}
}
}