mxmbsocket/composer.json
2012-04-27 07:58:33 -04:00

46 lines
1.2 KiB
JSON

{
"name": "cboden/Ratchet"
, "type": "library"
, "description": "PHP WebSocket server component library"
, "keywords": ["WebSockets", "Server", "Ratchet", "Sockets"]
, "website": "http://socketo.me"
, "repository": "https://github.com/cboden/Ratchet"
, "license": "MIT"
, "authors": [
{
"name": "Chris Boden"
, "email": "cboden@gmail.com"
, "homepage": "http://res.im"
}
]
, "autoload": {
"psr-0": {
"Ratchet\\Tests": "tests"
, "Ratchet": "src"
}
}
, "repositories": [
{
"type": "package"
, "package": {
"name": "standalone/guzzle"
, "version": "v2.0.2"
, "autoload": {
"psr-0": {
"Guzzle": "src"
}
}
, "source": {
"url": "git://github.com/guzzle/guzzle.git"
, "type": "git"
, "reference": "v2.0.2"
}
}
}
]
, "require": {
"php": ">=5.3.2"
, "standalone/guzzle": "v2.0.2"
, "symfony/http-foundation": "dev-master"
}
}