summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 4939a69e34b0b4b0c3bb5b4b2e799a46877f07e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "react/http-client",
    "description": "Asynchronous HTTP client library.",
    "keywords": ["http"],
    "license": "MIT",
    "require": {
        "php": ">=5.4.0",
        "guzzlehttp/psr7": "^1.0",
        "react/socket-client": "^0.5 || ^0.4 || ^0.3",
        "react/dns": "0.4.*",
        "react/event-loop": "0.4.*",
        "react/stream": "0.4.*",
        "react/promise": "~2.2",
        "evenement/evenement": "~2.0"
    },
    "autoload": {
        "psr-4": {
            "React\\HttpClient\\": "src"
        }
    }
}