Files
huangjingfen/pro_v3.5.1/vendor/topthink/think-throttle/composer.json

39 lines
825 B
JSON
Raw Normal View History

2026-03-07 22:29:07 +08:00
{
"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"
}
}