Deps bump

Set minimum stability to stable (thanks Symfony!)
Tested against latest Firefox
Minor dependancy updates
This commit is contained in:
Chris Boden 2012-09-07 12:22:40 -04:00
parent 750b57b713
commit c2eb87b78d
3 changed files with 8 additions and 9 deletions

View File

@ -8,7 +8,7 @@ Build up your application through simple interfaces and re-use your application
##WebSocket Compliance ##WebSocket Compliance
* Supports the RFC6455, HyBi-10+, and Hixie76 protocol versions (at the same time) * Supports the RFC6455, HyBi-10+, and Hixie76 protocol versions (at the same time)
* Tested on Chrome 13 - 21, Firefox 6 - 14, Safari 5.0.1 - 6.0, iOS 4.2, iOS 5 * Tested on Chrome 13 - 21, Firefox 6 - 16, Safari 5.0.1 - 6.0, iOS 4.2, iOS 5
* Ratchet [passes](http://socketo.me/reports/ab/) the [Autobahn Testsuite](http://autobahn.ws/testsuite) (non-binary messages) * Ratchet [passes](http://socketo.me/reports/ab/) the [Autobahn Testsuite](http://autobahn.ws/testsuite) (non-binary messages)
##Requirements ##Requirements

View File

@ -6,7 +6,6 @@
, "homepage": "http://socketo.me" , "homepage": "http://socketo.me"
, "repository": "https://github.com/cboden/Ratchet" , "repository": "https://github.com/cboden/Ratchet"
, "license": "MIT" , "license": "MIT"
, "minimum-stability": "RC"
, "authors": [ , "authors": [
{ {
"name": "Chris Boden" "name": "Chris Boden"

14
composer.lock generated
View File

@ -1,5 +1,5 @@
{ {
"hash": "074cc084d4038ca0c7038beefcb7ef3c", "hash": "2c082c116d4e2eb8846c78e5c1ff0f58",
"packages": [ "packages": [
{ {
"package": "evenement/evenement", "package": "evenement/evenement",
@ -7,15 +7,15 @@
}, },
{ {
"package": "guzzle/common", "package": "guzzle/common",
"version": "v2.8.2" "version": "v2.8.6"
}, },
{ {
"package": "guzzle/http", "package": "guzzle/http",
"version": "v2.8.2" "version": "v2.8.6"
}, },
{ {
"package": "guzzle/parser", "package": "guzzle/parser",
"version": "v2.8.2" "version": "v2.8.6"
}, },
{ {
"package": "react/event-loop", "package": "react/event-loop",
@ -31,18 +31,18 @@
}, },
{ {
"package": "symfony/event-dispatcher", "package": "symfony/event-dispatcher",
"version": "v2.1.0-RC1" "version": "v2.1.0"
}, },
{ {
"package": "symfony/http-foundation", "package": "symfony/http-foundation",
"version": "v2.1.0-RC1" "version": "v2.1.0"
} }
], ],
"packages-dev": null, "packages-dev": null,
"aliases": [ "aliases": [
], ],
"minimum-stability": "RC", "minimum-stability": "stable",
"stability-flags": [ "stability-flags": [
] ]