Changed deps

This commit is contained in:
matt 2015-03-15 21:49:26 -04:00
parent c1027be9a6
commit d0202c8c71

View File

@ -1,29 +1,29 @@
{ {
"name": "ratchet/rfc6455" "name": "ratchet/rfc6455",
, "type": "library" "type": "library",
, "description": "RFC6455 protocol handler" "description": "RFC6455 protocol handler",
, "keywords": ["WebSockets"] "keywords": ["WebSockets"],
, "homepage": "http://socketo.me" "homepage": "http://socketo.me",
, "license": "MIT" "license": "MIT",
, "authors": [ "authors": [
{ {
"name": "Chris Boden" "name": "Chris Boden", "email": "cboden@gmail.com", "role": "Developer"
, "email": "cboden@gmail.com"
, "role": "Developer"
} }
] ],
, "support": { "support": {
"forum": "https://groups.google.com/forum/#!forum/ratchet-php" "forum": "https://groups.google.com/forum/#!forum/ratchet-php",
, "issues": "https://github.com/ratchetphp/RFC6455/issues" "issues": "https://github.com/ratchetphp/RFC6455/issues",
, "irc": "irc://irc.freenode.org/reactphp" "irc": "irc://irc.freenode.org/reactphp"
} },
, "autoload": { "autoload": {
"psr-4": { "psr-4": {
"Ratchet\\RFC6455\\": "src" "Ratchet\\RFC6455\\": "src"
} }
} },
, "require": { "require": {
"php": ">=5.4.2" "php": ">=5.4.2",
, "guzzle/http": "~3.6" "guzzlehttp/psr7": "dev-master",
"psr/http-message": "0.9.*",
"evenement/evenement": "~2.0"
} }
} }