From 21a8c82c44389079a7f558222261f8b017f55da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 09:12:10 +0000 Subject: [PATCH] Update doctrine/dbal requirement from ^2.12 to ^3.2 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/2.12.0...3.2.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 6d1bce9b89..bf5cf046cd 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "ramsey/uuid": "^3.0 || ^4.0", "doctrine/orm": "^2.7", "doctrine/migrations": "^3.0", - "doctrine/dbal": "^2.12", + "doctrine/dbal": "^3.2", "doctrine/common": "^2.13.1 || ^3.0", "symfony/yaml": "^5.1", "symfony/dom-crawler": "^5.1",