{
    "name": "laravel/lumen-framework",
    "description": "The Laravel Lumen Framework.",
    "keywords": ["framework", "laravel", "lumen"],
    "license": "MIT",
    "homepage": "https://lumen.laravel.com",
    "support": {
        "issues": "https://github.com/laravel/lumen-framework/issues",
        "source": "https://github.com/laravel/lumen-framework"
    },
    "authors": [
        {
            "name": "Taylor Otwell",
            "email": "taylorotwell@gmail.com"
        }
    ],
    "require": {
        "php": "^7.2",
        "illuminate/auth": "^6.0",
        "illuminate/broadcasting": "^6.0",
        "illuminate/bus": "^6.0",
        "illuminate/cache": "^6.0",
        "illuminate/config": "^6.0",
        "illuminate/container": "^6.0",
        "illuminate/contracts": "^6.0",
        "illuminate/database": "^6.0",
        "illuminate/encryption": "^6.0",
        "illuminate/events": "^6.0",
        "illuminate/filesystem": "^6.0",
        "illuminate/hashing": "^6.0",
        "illuminate/http": "^6.0",
        "illuminate/pagination": "^6.0",
        "illuminate/pipeline": "^6.0",
        "illuminate/queue": "^6.0",
        "illuminate/support": "^6.0",
        "illuminate/translation": "^6.0",
        "illuminate/validation": "^6.0",
        "illuminate/view": "^6.0",
        "illuminate/log": "^6.0",
        "dragonmantank/cron-expression": "^2.0",
        "nikic/fast-route": "^1.3",
        "symfony/http-kernel": "^4.3",
        "symfony/http-foundation": "^4.3",
        "symfony/var-dumper": "^4.3",
        "vlucas/phpdotenv": "^3.3"
    },
    "require-dev": {
        "mockery/mockery": "^1.0",
        "phpunit/phpunit": "^7.5|^8.0"
    },
    "suggest": {
        "laravel/tinker": "Required to use the tinker console command (^2.0).",
        "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
        "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.2)."
    },
    "autoload": {
        "psr-4": {
            "Laravel\\Lumen\\": "src/"
        },
        "files": [
            "src/helpers.php"
        ]
    },
    "extra": {
        "branch-alias": {
            "dev-master": "6.x-dev"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
