26 lines
646 B
JSON
26 lines
646 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": "v2.0.2"
|
|
}
|
|
} |