From ec987a7b21dd9856455122f17b94363470a37d08 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 05:36:52 +0000 Subject: [PATCH] Update doctrine/doctrine-bundle requirement from ^1.0 to ^2.1 Updates the requirements on [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) to permit the latest version. - [Release notes](https://github.com/doctrine/DoctrineBundle/releases) - [Commits](https://github.com/doctrine/DoctrineBundle/compare/v1.0.0...2.1.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4f47728..1ad8c68 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "license": "MIT", "require": { "php": "^7.2", - "doctrine/doctrine-bundle": "^1.0", + "doctrine/doctrine-bundle": "^2.1", "setono/doctrine-orm-batcher": "^0.6", "symfony/config": "^4.0", "symfony/dependency-injection": "^4.0",