RC stability

This commit is contained in:
Chris Boden 2012-08-04 10:42:19 -04:00
parent ba417975fc
commit 750b57b713
3 changed files with 9 additions and 12 deletions

View File

@ -8,7 +8,7 @@ Build up your application through simple interfaces and re-use your application
##WebSocket Compliance
* Supports the RFC6455, HyBi-10+, and Hixie76 protocol versions (at the same time)
* Tested on Chrome 13 - 20, Firefox 6 - 12, Safari 5.0.1 - 6.0, iOS 4.2, iOS 5
* Tested on Chrome 13 - 21, Firefox 6 - 14, 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)
##Requirements

View File

@ -6,7 +6,7 @@
, "homepage": "http://socketo.me"
, "repository": "https://github.com/cboden/Ratchet"
, "license": "MIT"
, "minimum-stability": "beta"
, "minimum-stability": "RC"
, "authors": [
{
"name": "Chris Boden"
@ -30,7 +30,4 @@
, "guzzle/http": "2.8.*"
, "symfony/http-foundation": "2.1.*"
}
, "require-dev": {
"react/socket": "0.1.*"
}
}

14
composer.lock generated
View File

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