{
    "name": "login-delay-shield/wp-login-delay",
    "description": "WordPress plugin that adds a configurable delay to login attempts",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "require-dev": {
        "phpunit/phpunit": "^9.6",
        "yoast/phpunit-polyfills": "^2.0",
        "brain/monkey": "^2.6",
        "doctrine/instantiator": "^1.5"
    },
    "autoload-dev": {
        "psr-4": {
            "LoginDelayShield\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "test": "phpunit --configuration phpunit.xml.dist",
        "test:unit": "phpunit --configuration phpunit-unit.xml",
        "test:integration": "phpunit --configuration phpunit.xml.dist"
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    }
}
