Files
WoUnicom/composer.json
2021-05-12 11:55:25 +08:00

29 lines
604 B
JSON

{
"name": "xuanchen/wounicom",
"description": "沃钱包支付",
"license": "MIT",
"homepage": "http://git.yuzhankeji.cn/xuanchen/WoUnicom.git",
"authors": [
{
"name": "玄尘",
"email": "122383162@qq.com"
}
],
"require": {
"php": ">=7.1.3",
"laravel/framework": "*"
},
"autoload": {
"psr-4": {
"XuanChen\\WoUnicom\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"XuanChen\\WoUnicom\\ServiceProvider"
]
}
}
}