From b21f60c1cb7c02c1da97049bd7b349330504ddef Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Wed, 12 Jun 2019 09:14:29 +0200 Subject: [PATCH] Bump minimum version of doctrine-bundle With the changes made in #280, this bundle is no longer compatible with DoctrineBundle < 1.10. Thus, we need to raise the minimum version in a patch release. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c1a732ae..ddbd2bcc 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require": { "php": "^7.1", "doctrine/data-fixtures": "^1.3", - "doctrine/doctrine-bundle": "^1.6", + "doctrine/doctrine-bundle": "^1.10", "doctrine/orm": "^2.6.0", "symfony/doctrine-bridge": "~3.4|^4.1", "symfony/framework-bundle": "^3.4|^4.1"