1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 10:49:37 +02:00
ampache/modules/React/HttpClient/composer.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"
}
}
}