{
    "name": "elic-dev/laravel-site-protection",
    "description": "Protect your site with a simple password form",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Matthias Lill",
            "email": "m.lill@gmx.de"
        }
    ],
    "require": {
        "php": ">=5.6.4"
    },
    "autoload": {
        "psr-4": {
            "ElicDev\\SiteProtection\\": "src/"
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "ElicDev\\SiteProtection\\SiteProtectionServiceProvider"
            ]
        }
    }
}
