From 7057d3607e3085f5c08683b0e576dfc45fcbecf0 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 2bae4d4e7..8dd00c247 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",