SiteโฏBuilder
Editing:
composer.json
writable 0666
{ "name": "patchstack/engine-php", "description": "The firewall engine of Patchstack.", "type": "library", "require": { "php": ">=5.6" }, "license": "Apache-2.0", "autoload": { "psr-4": { "Patchstack\\": "src/" } }, "authors": [ { "name": "Patchstack", "email": "support@patchstack.com" } ], "require-dev": { "phpunit/phpunit": "^9.5" } }
Save changes
Create folder
writable 0777
Create
Cancel