mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 02:39:47 +02:00
21 lines
495 B
JSON
21 lines
495 B
JSON
{
|
|
"name": "react/http-client",
|
|
"description": "Asynchronous HTTP client library.",
|
|
"keywords": ["http"],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"guzzle/parser": "2.8.*",
|
|
"react/socket-client": "0.3.*",
|
|
"react/dns": "0.3.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "React\\HttpClient": "" }
|
|
},
|
|
"target-dir": "React/HttpClient",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.3-dev"
|
|
}
|
|
}
|
|
}
|