mxmbsocket/composer.json
Chris Boden 2c976d0102 Continuing logical NS refactor
Updated more components to reflect new terminology when using Ratchet components
2012-01-31 20:47:59 -05:00

46 lines
1.2 KiB
JSON

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