{
    "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": "taylor@laravel.com"
        }
    ],
    "require": {
        "php": "^8.0.2",
        "illuminate/auth": "^9.36.3",
        "illuminate/broadcasting": "^9.36.3",
        "illuminate/bus": "^9.36.3",
        "illuminate/cache": "^9.36.3",
        "illuminate/collections": "^9.36.3",
        "illuminate/config": "^9.36.3",
        "illuminate/console": "^9.36.3",
        "illuminate/container": "^9.36.3",
        "illuminate/contracts": "^9.36.3",
        "illuminate/database": "^9.36.3",
        "illuminate/encryption": "^9.36.3",
        "illuminate/events": "^9.36.3",
        "illuminate/filesystem": "^9.36.3",
        "illuminate/hashing": "^9.36.3",
        "illuminate/http": "^9.36.3",
        "illuminate/macroable": "^9.36.3",
        "illuminate/pagination": "^9.36.3",
        "illuminate/pipeline": "^9.36.3",
        "illuminate/queue": "^9.36.3",
        "illuminate/support": "^9.36.3",
        "illuminate/testing": "^9.36.3",
        "illuminate/translation": "^9.36.3",
        "illuminate/validation": "^9.36.3",
        "illuminate/view": "^9.36.3",
        "illuminate/log": "^9.36.3",
        "dragonmantank/cron-expression": "^3.1",
        "nikic/fast-route": "^1.3",
        "symfony/console": "^6.0",
        "symfony/error-handler": "^6.0",
        "symfony/http-kernel": "^6.0",
        "symfony/http-foundation": "^6.0",
        "symfony/mime": "^6.0",
        "symfony/var-dumper": "^6.0",
        "vlucas/phpdotenv": "^5.4.1"
    },
    "require-dev": {
        "mockery/mockery": "^1.4.4",
        "phpunit/phpunit": "^9.5.8"
    },
    "suggest": {
        "laravel/tinker": "Required to use the tinker console command (^2.7).",
        "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
        "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."
    },
    "autoload": {
        "psr-4": {
            "Laravel\\Lumen\\": "src/"
        },
        "files": [
            "src/helpers.php"
        ]
    },
    "extra": {
        "branch-alias": {
            "dev-master": "9.x-dev"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
