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",