mxmbsocket/composer.json
Chris Boden 3d97c76bcb Bump
Symfony2-BETA3
Minimum stability from dev to beta
Composer schema change
2012-07-15 18:28:16 -04:00

37 lines
943 B
JSON

{
"name": "cboden/Ratchet"
, "type": "library"
, "description": "PHP WebSocket library"
, "keywords": ["WebSockets", "Server", "Ratchet", "Sockets"]
, "homepage": "http://socketo.me"
, "repository": "https://github.com/cboden/Ratchet"
, "license": "MIT"
, "minimum-stability": "beta"
, "authors": [
{
"name": "Chris Boden"
, "email": "cboden@gmail.com"
, "role": "Developer"
}
]
, "support": {
"forum": "https://groups.google.com/forum/#!forum/ratchet-php"
, "issues": "https://github.com/cboden/Ratchet/issues"
}
, "autoload": {
"psr-0": {
"Ratchet\\Tests": "tests"
, "Ratchet": "src"
}
}
, "require": {
"php": ">=5.3.3"
, "react/socket": "0.1.*"
, "guzzle/guzzle": "2.5.*"
, "symfony/http-foundation": "2.1.*"
}
, "require-dev": {
"react/socket": "0.1.*"
}
}