Files
swiftadmin/vendor/topthink/think-validate/composer.json

22 lines
428 B
JSON
Raw Normal View History

2022-08-19 19:48:37 +08:00
{
"name": "topthink/think-validate",
"description": "think validate",
"license": "Apache-2.0",
"authors": [
{
"name": "liu21st",
"email": "liu21st@gmail.com"
}
],
"require": {
"php": ">=7.1.0",
"topthink/think-container":"~2.0"
},
"autoload": {
"psr-4": {
"think\\": "src"
},
"files": [
]
}
}