From c1bb65b3b5aef013ce4f8c74776b898fafd731ab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2020 19:26:32 +0000 Subject: [PATCH] Update doctrine/doctrine-bundle requirement from ^1.0 to ^2.0 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.0.6) 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..b17ee4c 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.0", "setono/doctrine-orm-batcher": "^0.6", "symfony/config": "^4.0", "symfony/dependency-injection": "^4.0",