new files
This commit is contained in:
38
pro_v3.5.1/vendor/topthink/think-throttle/composer.json
vendored
Normal file
38
pro_v3.5.1/vendor/topthink/think-throttle/composer.json
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "topthink/think-throttle",
|
||||
"description": "throttle middleware for thinkphp6",
|
||||
"require": {
|
||||
"php": ">=8.0.0",
|
||||
"topthink/framework": "^8.0"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "hongweipeng",
|
||||
"email": "hongweichen8888@sina.com"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"think\\middleware\\": "src"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"think":{
|
||||
"config":{
|
||||
"throttle": "src/config.php"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"guzzlehttp/guzzle": "^7.7",
|
||||
"topthink/think": "^8.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user