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