From ab2a6ff120b2072cf0bf760c8006dc88af9fcd4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 10:01:50 +0000 Subject: [PATCH] Update doctrine/dbal requirement from ^2.10 to ^3.6 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.10.0...3.6.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 6879875..473dfe2 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "require": { "php": "^7.4.0", "antidot-fw/tactician": "^0.0.2", - "doctrine/dbal": "^2.10", + "doctrine/dbal": "^3.6", "psr/event-dispatcher": "1.0.0", "ramsey/uuid": "^4.0" },