{
    "name": "olssonm/l5-very-basic-auth",
    "description": "Stateless HTTP basic auth without the need for a database. For Laravel 5",
    "keywords": [
        "olssonm",
        "Laravel 5",
        "authentication",
        "http basic auth"
    ],
    "homepage": "https://github.com/olssonm/l5-very-basic-auth",
    "license": "MIT",
    "authors": [
        {
            "name": "Marcus Olsson",
            "email": "contact@marcusolsson.me",
            "homepage": "https://marcusolsson.me"
        }
    ],
    "require": {
        "illuminate/support": "^6.0|^7.0|^8.0",
        "php" : "^7.2|^8.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^7.5|^8.0|^9.0",
        "orchestra/testbench": ">=3.4.0",
        "laravel/helpers": "^1.1"
    },
    "autoload": {
        "psr-4": {
            "Olssonm\\VeryBasicAuth\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Olssonm\\VeryBasicAuth\\Tests\\": "tests"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "6.x-dev"
        },
        "laravel": {
            "providers": [
                "Olssonm\\VeryBasicAuth\\VeryBasicAuthServiceProvider"
            ]
        }
    },
    "minimum-stability": "stable"
}
