From 4f01c99fa76661047ccd9741cb161cbda60005c2 Mon Sep 17 00:00:00 2001 From: Robin Keet Date: Sun, 18 Nov 2018 11:19:38 +0100 Subject: [PATCH] Re-adding ^1.1 doctrine-orm-module as optional requirement - just ^2.1 is too strict, very likely to cause issues in existing projects. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 55e12cc..c78ac91 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "ext-json":"*", "ext-gettext":"*", - "doctrine/doctrine-orm-module" : "^2.1", + "doctrine/doctrine-orm-module" : "^1.1 || ^2.1", "zendframework/zend-i18n-resources": "*", "zendframework/zend-math" : "^3.0",