first commit
This commit is contained in:
22
vendor/topthink/think-validate/composer.json
vendored
Normal file
22
vendor/topthink/think-validate/composer.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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": [
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user