{
"name": "cmatosbc/charon",
"description": "Throttling in a simple and effective manner.",
"type": "library",
"autoload": {
"psr-4": {
"Charon\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Charon\\Tests\\": "tests/"
}
},
"require": {
"psr/simple-cache": "^3.0",
"psr/cache": "^3.0",
"psr/http-message": "^2.0",
"nyholm/psr7": "^1.8",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/log": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^11.4"
},
"scripts": {
"test": "phpunit"
},
"license": "gpl-3.0-or-later",
"authors": [
{
"name": "Carlos Matos",
"email": "carlosarturmatos1977@gmail.com"
}
],
"minimum-stability": "stable"
}
|