File 0002-Fix-upper-limit-after-spurious-upload-of-php-sabre-e.patch of Package php-sabre-http

From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Tue, 27 Oct 2015 13:41:08 -0400
Subject: Fix upper limit after spurious upload of php-sabre-event 3.0.0~alpha1

Forwarded: not-needed
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 7b3e31a..aa5be1e 100644
--- a/composer.json
+++ b/composer.json
@@ -7,7 +7,7 @@
     "require" : {
         "php"          : ">=5.4",
         "ext-mbstring" : "*",
-        "sabre/event"  : ">=1.0.0,<3.0.0"
+        "sabre/event"  : ">=1.0.0"
     },
     "require-dev" : {
         "phpunit/phpunit" : "~4.3",