From efa0ed327d263d6bb367bb35d09755b5945e32ad Mon Sep 17 00:00:00 2001
From: Igor Wiedler <igor@wiedler.ch>
Date: Tue, 1 May 2012 20:03:02 +0300
Subject: [PATCH] [composer] Require symfony 2.1.* instead of dev-master

This allows using ratchet with a forked version of symfony.
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index b1618d2..40a7dba 100644
--- a/composer.json
+++ b/composer.json
@@ -22,6 +22,6 @@
   , "require": {
         "php": ">=5.3.2"
       , "guzzle/guzzle": "v2.0.2"
-      , "symfony/http-foundation": "dev-master"
+      , "symfony/http-foundation": "2.1.*"
     }
 }
\ No newline at end of file