{ "name": "cboden/Ratchet" , "type": "library" , "description": "PHP WebSocket server component library" , "keywords": ["WebSocket", "Server"] , "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": "v2.0.2" } , "repositories": [ { "type": "package" , "package": { "name": "guzzle/guzzle" , "type": "library" , "version": "v2.0.2" , "autoload": { "psr-0": { "Guzzle": "src" } } , "source": { "url": "https://github.com/guzzle/guzzle.git" , "type": "git" , "reference": "ac64abc2c05b921efc4623379c1674a282475ae5" } } } ] }