From cfd71cddfb682abe89a314ecd180a55d64a9a2ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 11:38:57 +0000 Subject: [PATCH] Update doctrine/dbal requirement from ^2.7 to ^3.4 Updates the requirements on [doctrine/dbal](https://github.com/doctrine/dbal) to permit the latest version. - [Release notes](https://github.com/doctrine/dbal/releases) - [Commits](https://github.com/doctrine/dbal/compare/v2.7.0...3.4.0) --- updated-dependencies: - dependency-name: doctrine/dbal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2236f340baf..7ddf72b1eda 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "behat/transliterator": "^1.3", "doctrine/collections": "^1.6", "doctrine/common": "^3.2", - "doctrine/dbal": "^2.7", + "doctrine/dbal": "^3.4", "doctrine/doctrine-bundle": "^1.12 || ^2.0", "doctrine/doctrine-migrations-bundle": "^3.0.1", "doctrine/event-manager": "^1.1",