{
"name": "patchstack/firewall",
"description": "The firewall engine of Patchstack.",
"type": "library",
"require": {
"php": ">=5.6"
},
"license": "GPL-3.0-or-later",
"autoload": {
"psr-4": {
"Patchstack\\": "src/"
}
},
"authors": [
{
"name": "Patchstack",
"email": "support@patchstack.com"
}
],
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}