{
    "name": "user-blocks/plugin",
    "description": "",
    "license": "GPL-3.0+",
    "minimum-stability": "dev",
    "scripts": {
        "test": "phpunit --bootstrap tests/bootstrap.php",
        "tests": "phpunit --bootstrap tests/bootstrap.php tests/.",
        "lint": "phpcs --standard=PSR2",
        "lintfix": "phpcbf --standard=PSR2"
    },
    "require": {},
    "require-dev": {
        "phpunit/phpunit": "^7",
        "squizlabs/php_codesniffer": "3.*"
    },
    "autoload": {
        "psr-4": {
            "UserBlocks\\": "src/"
        }
    }
}
