mirror of
http://124.126.16.154:8888/singularity/hyperf-admin.git
synced 2026-01-15 07:15:06 +08:00
31 lines
621 B
JSON
31 lines
621 B
JSON
{
|
|
"name": "hyperf-admin/validation",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "daodao97",
|
|
"email": "daodao97@foxmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"hyperf/validation": "~2.0.0",
|
|
"hyperf-admin/base-utils": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"HyperfAdmin\\Validation\\": "./src"
|
|
},
|
|
"files": [
|
|
]
|
|
},
|
|
"config": {
|
|
"sort-packages": false
|
|
},
|
|
"extra": {
|
|
"hyperf": {
|
|
"config": "HyperfAdmin\\Validation\\ConfigProvider"
|
|
}
|
|
}
|
|
}
|