jh-admin/vendor/topthink/think-throttle/composer.json

29 lines
602 B
JSON

{
"name": "topthink/think-throttle",
"description": "throttle middleware for thinkphp6",
"require": {
"php": ">=7.1.0",
"topthink/framework": "^6.0.0"
},
"license": "Apache-2.0",
"authors": [
{
"name": "hongweipeng",
"email": "hongweichen8888@sina.com"
}
],
"autoload": {
"psr-4": {
"think\\middleware\\": "src"
}
},
"extra": {
"think":{
"config":{
"throttle": "src/config.php"
}
}
},
"minimum-stability": "dev"
}