{
    "name": "drift/http-kernel",
    "description": "Http Kernel component for Drift, based on Symfony Http Kernel component",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Marc Morera",
            "email": "yuhu@mmoreram.com"
        }
    ],
    "require": {
        "php": "^7.4 || ^8.0",

        "symfony/http-kernel": "^5.0",
        "symfony/dependency-injection": "^5.0",
        "symfony/filesystem": "^5.0",
        "symfony/event-dispatcher-contracts": "^2.0",
        "symfony/http-foundation": "^5.0",
        "symfony/routing": "^5.0",
        "react/promise": "^2.7",
        "react/http": "^1.0",
        "clue/block-react": "^1.3"
    },
    "require-dev": {
        "phpunit/phpunit": "^9",
        "mmoreram/base-bundle": "^2.3.0",
        "drift/react-functions": "^0.1",
        "symfony/yaml": "^5.0",
        "symfony/console": "^5.0"
    },
    "suggest": {
        "react/filesystem": "*"
    },
    "autoload": {
        "psr-4": {
            "Drift\\HttpKernel\\": ""
        },
        "exclude-from-classmap": [
            "/Tests/"
        ]
    }
}
