mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
20 lines
450 B
JSON
20 lines
450 B
JSON
{
|
|
"name": "react/http",
|
|
"description": "Library for building an evented http server.",
|
|
"keywords": ["http"],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"guzzle/parser": "3.0.*",
|
|
"react/socket": "0.3.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "React\\Http": "" }
|
|
},
|
|
"target-dir": "React/Http",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.3-dev"
|
|
}
|
|
}
|
|
}
|