From dc59a0a3c01019100b6a96ce2938eaa695609473 Mon Sep 17 00:00:00 2001
From: Chris Boden <cboden@gmail.com>
Date: Mon, 15 Apr 2013 20:48:32 -0400
Subject: [PATCH] Bump min version req to 5.3.9 to avoid Interface parse error

---
 .travis.yml   | 2 +-
 composer.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6161d58..80698e0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
 language: php
 
 php:
-  - 5.3.3
+  - 5.3.9
   - 5.3
   - 5.4
 
diff --git a/composer.json b/composer.json
index f83a0b0..364b9fe 100644
--- a/composer.json
+++ b/composer.json
@@ -25,7 +25,7 @@
         }
     }
   , "require": {
-        "php": ">=5.3.3"
+        "php": ">=5.3.9"
       , "react/socket": "0.2.*"
       , "guzzle/http": "~3.0"
       , "symfony/http-foundation": "~2.1"