From 6d43195669421c96dc9d40dee2f5fa2738c41874 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Fri, 25 Dec 2015 14:44:30 +0100 Subject: [PATCH] #4884 - allow installation of doctrine/common 2.6.x, which allows generating type-hints on proxies --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dd7544aeb..3f4671281 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "php": ">=5.4", "ext-pdo": "*", "doctrine/collections": "~1.2", - "doctrine/dbal": ">=2.5-dev,<2.6-dev", + "doctrine/dbal": ">=2.5-dev,<2.7-dev", "doctrine/instantiator": "~1.0.1", "doctrine/common": ">=2.5-dev,<2.6-dev", "doctrine/cache": "~1.4",