From 2e6763377c079550c42dcd872a7dbfae18079fe6 Mon Sep 17 00:00:00 2001 From: Emanuel Winblad Date: Fri, 31 Jan 2014 14:50:35 +0100 Subject: [PATCH] Changed requirement upon symfony/framework-bundle. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0de6568..79b6d52 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "mannew/hipchat-bundle", "description": "Bundle to integrate the HipChat PHP library for their REST API.", "require": { - "symfony/framework-bundle": ">=2.1,<2.4-dev", + "symfony/framework-bundle": "~2.1", "hipchat/hipchat-php": ">=1.0.0" }, "license": "MIT",