blob: aeba55d6d76ac8b2f3df0b027d1ea8b1af0accf0 (
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
|
{
"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"
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^4.8.10"
},
"autoload": {
"psr-4": {
"React\\HttpClient\\": "src"
}
}
}
|