From 0ee6ef6008ea15116a90a02d512371e970e69ddd Mon Sep 17 00:00:00 2001
From: Chris Boden <cboden@gmail.com>
Date: Sun, 15 Jul 2012 11:24:24 -0400
Subject: [PATCH] Reverted PHP >=5.3.4 req to >=5.3.3

---
 .travis.yml   |  1 +
 README.md     |  2 +-
 composer.json |  2 +-
 composer.lock | 10 +++++-----
 4 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4c8107d..92c37c6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
 language: php
 
 php:
+  - 5.3.3
   - 5.3
   - 5.4
 
diff --git a/README.md b/README.md
index a39f11e..2f1b044 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ 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).
 
-PHP 5.3.4 (or higher) is required. If you have access, PHP 5.4 is *highly* recommended for its performance improvements. 
+PHP 5.3.3 (or higher) is required. If you have access, PHP 5.4 is *highly* recommended for its performance improvements. 
 
 Cookies from your domain will be passed to the socket server, allowing you to identify users.
 Accessing your website's session data in Ratchet requires you to use [Symfony2 Sessions](http://symfony.com/doc/master/components/http_foundation/sessions.html) on your website. 
diff --git a/composer.json b/composer.json
index e01bf79..a6a5221 100644
--- a/composer.json
+++ b/composer.json
@@ -25,7 +25,7 @@
         }
     }
   , "require": {
-        "php": ">=5.3.4"
+        "php": ">=5.3.3"
       , "react/socket": "0.1.*"
       , "guzzle/guzzle": "2.5.*"
       , "symfony/http-foundation": "2.1.*"
diff --git a/composer.lock b/composer.lock
index ce31156..249af00 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1,5 +1,5 @@
 {
-    "hash": "c336c90dea505c6e69f35b0190556c1b",
+    "hash": "6d331b3b6c00e17206dc072901df055e",
     "packages": [
         {
             "package": "evenement/evenement",
@@ -32,8 +32,8 @@
         {
             "package": "symfony/event-dispatcher",
             "version": "dev-master",
-            "source-reference": "b99b49760016467099f010aff7a5098861d49e09",
-            "commit-date": "1342207366"
+            "source-reference": "d2faf34aab1470d7e66f24e42ac245011c951fbb",
+            "commit-date": "1342347231"
         },
         {
             "package": "symfony/http-foundation",
@@ -44,8 +44,8 @@
         {
             "package": "symfony/http-foundation",
             "version": "dev-master",
-            "source-reference": "498c2da9c3fecefc7e3b0add73621f3feb337ddd",
-            "commit-date": "1342207366"
+            "source-reference": "bc4016b0d8e7ac666d8bea1b5b13ddcdfb109a27",
+            "commit-date": "1342347231"
         }
     ],
     "packages-dev": null,