{
    "name": "react/http",
    "description": "Library for building an evented http server.",
    "keywords": ["http"],
    "license": "MIT",
    "require": {
        "php": ">=5.3.0",
        "ringcentral/psr7": "^1.2",
        "react/socket": "^0.4",
        "react/stream": "^0.4.4",
        "evenement/evenement": "^2.0 || ^1.0"
    },
    "autoload": {
        "psr-4": {
            "React\\Http\\": "src"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8.10||^5.0"
    }
}
