From 2ec299a5931bda310aec9e53c013084b8529e87c Mon Sep 17 00:00:00 2001 From: Alain Flaus Date: Fri, 10 Jan 2020 09:38:20 +0100 Subject: [PATCH] Compatibility with doctrine-bundle >=1.6 (#38) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bbd9cb5..a08be18 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "ext-openssl": "*", "symfony/framework-bundle": "~2.7|~3.0|~4.0", "doctrine/orm": "^2.5", - "doctrine/doctrine-bundle": "^1.6", + "doctrine/doctrine-bundle": ">=1.6", "yokai/dependency-injection": "~1.0" }, "require-dev": {