mxmbsocket/composer.json
Chris Boden 8ab79d217f Guzzle update
Updated Guzzle to 2.4.1
Fixed code to pass unit tests from update
2012-05-04 18:17:23 -04:00

27 lines
688 B
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"
}
}
, "require": {
"php": ">=5.3.2"
, "guzzle/guzzle": "2.4.*"
, "symfony/http-foundation": "2.1.*"
}
}