File "composer.json"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/better-wp-security/vendor-prod/patchstack/firewall/composer.json
File size: 475 bytes
MIME-type: application/json
Charset: utf-8

{
    "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": "[email protected]"
        }
    ],
    "require-dev": {
        "phpunit/phpunit": "^9.5"
    }
}