mxmbsocket/composer.json
Chris Boden 01804dac6c Attempted Fixes
Attempting to change some things to pass on TravisCI...even though I'm not getting any unit test failures.
2012-02-04 12:37:53 -05:00

44 lines
1.1 KiB
JSON

{
"name": "cboden/Ratchet"
, "type": "library"
, "description": "PHP WebSocket server component library"
, "keywords": ["WebSocket"]
, "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": {
"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"
}
}