From 4ad167eb30b0826d17ba16f4df3c74f4440d138b Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 23 Jul 2017 08:42:57 +0200 Subject: [PATCH] Ensured all doctrine components are not updated to latest releases, which require PHP 7.1 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3b8a744e..60856299 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,8 @@ "zendframework/zend-i18n": "^2.7", "zendframework/zend-config-aggregator": "^0.1", "acelaya/ze-content-based-error-handler": "^2.0", - "doctrine/orm": "^2.5", + "doctrine/orm": "^2.5 <2.6", + "doctrine/dbal": "^2.5 <2.6", "doctrine/annotations": "^1.4 <1.5", "doctrine/collections": "^1.4 <1.5", "doctrine/common": "^2.7 <2.8",