{
    "name": "nikos/brandnestor",
    "description": "Customize the WordPress dashboard, login/register pages and more.",
    "license": "GPL-3.0-or-later",
    "autoload": {
        "psr-4": {
            "Brandnestor\\": "src/"
        }
    },
    "authors": [
        {
            "name": "Nikos Papadakis",
            "email": "nikos@papadakis.xyz"
        }
    ],
    "require-dev": {
        "php-stubs/wordpress-stubs": "^5.8",
        "phpstan/phpstan": "^1.3",
        "szepeviktor/phpstan-wordpress": "^1.0",
        "phpstan/extension-installer": "^1.1"
    },
    "config": {
        "allow-plugins": {
            "phpstan/extension-installer": true
        },
        "platform": {
            "php": "7.1.3"
        }
    }
}
