summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: c186927deece170071a37a1b2e3bfed462abd85d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "react/http",
    "description": "Library for building an evented http server.",
    "keywords": ["http"],
    "license": "MIT",
    "require": {
        "php": ">=5.4.0",
        "guzzlehttp/psr7": "^1.0",
        "react/socket": "^0.4",
        "react/stream": "^0.4",
        "evenement/evenement": "^2.0"
    },
    "autoload": {
        "psr-4": {
            "React\\Http\\": "src"
        }
    }
}