summaryrefslogtreecommitdiffstats
path: root/vendor/clue/buzz-react/composer.json
blob: 99e6d692ad0db72155f08112ddd428b7ae0f3e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
    "name": "clue/buzz-react",
    "description": "Simple, async PSR-7 HTTP client for concurrently processing any number of HTTP requests, built on top of ReactPHP",
    "keywords": ["HTTP client", "PSR-7", "HTTP", "ReactPHP", "async"],
    "homepage": "https://github.com/clue/reactphp-buzz",
    "license": "MIT",
    "authors": [
        {
            "name": "Christian Lück",
            "email": "christian@clue.engineering"
        }
    ],
    "autoload": {
        "psr-4": { "Clue\\React\\Buzz\\": "src/" }
    },
    "autoload-dev": {
        "psr-4": { "Clue\\Tests\\React\\Buzz\\": "tests/" }
    },
    "require": {
        "php": ">=5.3",
        "psr/http-message": "^1.0",
        "react/event-loop": "^1.0 || ^0.5",
        "react/http-client": "^0.5.10",
        "react/promise": "^2.2.1 || ^1.2.1",
        "react/promise-stream": "^1.0 || ^0.1.2",
        "react/socket": "^1.1",
        "react/stream": "^1.0 || ^0.7",
        "ringcentral/psr7": "^1.2"
    },
    "require-dev": {
        "clue/block-react": "^1.0",
        "clue/http-proxy-react": "^1.3",
        "clue/reactphp-ssh-proxy": "^1.0",
        "clue/socks-react": "^1.0",
        "phpunit/phpunit": "^9.0 || ^5.7 || ^4.8.35",
        "react/http": "^0.8"
    }
}