From 3a584bfe131b03606b464a673847c949f92b944d Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Sat, 17 Nov 2012 18:31:38 -0500 Subject: [PATCH] Deps + docs update --- CHANGELOG.md | 4 ++ README.md | 4 +- composer.lock | 89 +++++++++++++++-------------- src/Ratchet/ConnectionInterface.php | 2 +- 4 files changed, 52 insertions(+), 47 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58559fc..d278dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ CHANGELOG --- +* 0.2.3 (2012-11-17) + + * Bumped deps to use Guzzle v3 + * 0.2.2 (2012-10-20) * Bumped deps to use React v0.2 diff --git a/README.md b/README.md index b6e3c76..93684b8 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ 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 - 22, Firefox 6 - 16, Safari 5.0.1 - 6, iOS 4.2, iOS 5 - 6 +* Tested on Chrome 13 - 23, Firefox 6 - 16, Safari 5.0.1 - 6, iOS 4.2, iOS 5 - 6 * Ratchet [passes](http://socketo.me/reports/ab/) the [Autobahn Testsuite](http://autobahn.ws/testsuite) (non-binary messages) ##Requirements Shell access is required and a dedicated machine with root access is recommended. To avoid proxy/firewall blockage it's recommended WebSockets are run on port 80, which requires root access. -Note that you can not run two applications (Apache and Ratchet) on the same port, thus the requirement for a separate machine (for now). +Note that you can not run two applications (Apache and Ratchet) on the same port, thus the suggestion for a separate machine (unless you have a reverse proxy). PHP 5.3.3 (or higher) is required. If you have access, PHP 5.4 is *highly* recommended for its performance improvements. diff --git a/composer.lock b/composer.lock index 9ce6624..7b2a826 100644 --- a/composer.lock +++ b/composer.lock @@ -43,24 +43,24 @@ }, { "name": "guzzle/common", - "version": "v3.0.3", + "version": "v3.0.4", "target-dir": "Guzzle/Common", "source": { "type": "git", "url": "git://github.com/guzzle/common.git", - "reference": "v3.0.3" + "reference": "v3.0.4" }, "dist": { "type": "zip", - "url": "https://github.com/guzzle/common/archive/v3.0.3.zip", - "reference": "v3.0.3", + "url": "https://github.com/guzzle/common/archive/v3.0.4.zip", + "reference": "v3.0.4", "shasum": "" }, "require": { "php": ">=5.3.2", "symfony/event-dispatcher": "2.1.*" }, - "time": "2012-11-04 20:31:03", + "time": "2012-11-12 00:00:24", "type": "library", "installation-source": "dist", "autoload": { @@ -82,17 +82,17 @@ }, { "name": "guzzle/http", - "version": "v3.0.3", + "version": "v3.0.4", "target-dir": "Guzzle/Http", "source": { "type": "git", "url": "git://github.com/guzzle/http.git", - "reference": "v3.0.3" + "reference": "v3.0.4" }, "dist": { "type": "zip", - "url": "https://github.com/guzzle/http/archive/v3.0.3.zip", - "reference": "v3.0.3", + "url": "https://github.com/guzzle/http/archive/v3.0.4.zip", + "reference": "v3.0.4", "shasum": "" }, "require": { @@ -101,7 +101,7 @@ "guzzle/parser": "self.version", "guzzle/stream": "self.version" }, - "time": "2012-11-03 00:09:36", + "time": "2012-11-11 23:54:57", "type": "library", "installation-source": "dist", "autoload": { @@ -131,17 +131,17 @@ }, { "name": "guzzle/parser", - "version": "v3.0.3", + "version": "v3.0.4", "target-dir": "Guzzle/Parser", "source": { "type": "git", "url": "git://github.com/guzzle/parser.git", - "reference": "v3.0.3" + "reference": "v3.0.4" }, "dist": { "type": "zip", - "url": "https://github.com/guzzle/parser/archive/v3.0.3.zip", - "reference": "v3.0.3", + "url": "https://github.com/guzzle/parser/archive/v3.0.4.zip", + "reference": "v3.0.4", "shasum": "" }, "require": { @@ -170,24 +170,24 @@ }, { "name": "guzzle/stream", - "version": "v3.0.3", + "version": "v3.0.4", "target-dir": "Guzzle/Stream", "source": { "type": "git", "url": "https://github.com/guzzle/stream", - "reference": "v3.0.3" + "reference": "v3.0.4" }, "dist": { "type": "zip", - "url": "https://github.com/guzzle/stream/archive/v3.0.3.zip", - "reference": "v3.0.3", + "url": "https://github.com/guzzle/stream/archive/v3.0.4.zip", + "reference": "v3.0.4", "shasum": "" }, "require": { "php": ">=5.3.2", "guzzle/common": "self.version" }, - "time": "2012-10-31 05:10:58", + "time": "2012-11-11 23:54:57", "type": "library", "installation-source": "dist", "autoload": { @@ -215,31 +215,32 @@ }, { "name": "react/event-loop", - "version": "v0.2.2", + "version": "v0.2.3", "target-dir": "React/EventLoop", "source": { "type": "git", "url": "https://github.com/reactphp/event-loop", - "reference": "v0.2.2" + "reference": "v0.2.3" }, "dist": { "type": "zip", - "url": "https://github.com/reactphp/event-loop/zipball/v0.2.2", - "reference": "v0.2.2", + "url": "https://github.com/reactphp/event-loop/archive/v0.2.3.zip", + "reference": "v0.2.3", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { - "ext-libevent": ">=0.0.5" + "ext-libevent": ">=0.0.5", + "ext-libev": "*" }, - "time": "2012-09-10 05:53:22", + "time": "2012-11-12 23:00:05", "type": "library", "extra": { - "branch-alias": [ - - ] + "branch-alias": { + "dev-master": "0.2-dev" + } }, "installation-source": "dist", "autoload": { @@ -257,17 +258,17 @@ }, { "name": "react/socket", - "version": "v0.2.2", + "version": "v0.2.3", "target-dir": "React/Socket", "source": { "type": "git", "url": "https://github.com/reactphp/socket", - "reference": "v0.2.2" + "reference": "v0.2.3" }, "dist": { "type": "zip", - "url": "https://github.com/reactphp/socket/zipball/v0.2.2", - "reference": "v0.2.2", + "url": "https://github.com/reactphp/socket/archive/v0.2.3.zip", + "reference": "v0.2.3", "shasum": "" }, "require": { @@ -276,12 +277,12 @@ "react/event-loop": "0.2.*", "react/stream": "0.2.*" }, - "time": "2012-09-10 05:56:19", + "time": "2012-11-05 13:25:35", "type": "library", "extra": { - "branch-alias": [ - - ] + "branch-alias": { + "dev-master": "0.2-dev" + } }, "installation-source": "dist", "autoload": { @@ -299,17 +300,17 @@ }, { "name": "react/stream", - "version": "v0.2.2", + "version": "v0.2.3", "target-dir": "React/Stream", "source": { "type": "git", "url": "https://github.com/reactphp/stream", - "reference": "v0.2.2" + "reference": "v0.2.3" }, "dist": { "type": "zip", - "url": "https://github.com/reactphp/stream/zipball/v0.2.2", - "reference": "v0.2.2", + "url": "https://github.com/reactphp/stream/archive/v0.2.3.zip", + "reference": "v0.2.3", "shasum": "" }, "require": { @@ -319,12 +320,12 @@ "suggest": { "react/event-loop": "0.2.*" }, - "time": "2012-10-28 03:28:34", + "time": "2012-11-05 13:25:35", "type": "library", "extra": { - "branch-alias": [ - - ] + "branch-alias": { + "dev-master": "0.2-dev" + } }, "installation-source": "dist", "autoload": { diff --git a/src/Ratchet/ConnectionInterface.php b/src/Ratchet/ConnectionInterface.php index 4378db2..ffb2cb2 100644 --- a/src/Ratchet/ConnectionInterface.php +++ b/src/Ratchet/ConnectionInterface.php @@ -5,7 +5,7 @@ namespace Ratchet; * The version of Ratchet being used * @var string */ -const VERSION = 'Ratchet/0.2.1'; +const VERSION = 'Ratchet/0.2.3'; /** * A proxy object representing a connection to the application