From 016f0308ad4221836e63424354a1b8ce8588a5b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 09:09:49 +0000 Subject: [PATCH] Update doctrine/dbal requirement from ^2.12 to ^3.1 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.1.3) --- 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..dfb1b14231 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.1", "doctrine/common": "^2.13.1 || ^3.0", "symfony/yaml": "^5.1", "symfony/dom-crawler": "^5.1",