Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
better-wp-security
/
vendor-prod
/
patchstack
/
firewall
:
composer.json
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
{ "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" } }