39 lines
825 B
JSON
39 lines
825 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|