From ccd9111e795583add4bafc3f42635f73ebf66183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 10:33:57 +0000 Subject: [PATCH] Update doctrine/dbal requirement from ^3.6 to ^4.0 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/3.6.0...4.0.2) --- 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 6c95d1d..b9b38e9 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "php": "^8.2", "ext-json": "*", "ext-pdo": "*", - "doctrine/dbal": "^3.6", + "doctrine/dbal": "^4.0", "symfony/console": "^6.4 || ^7.0", "symfony/var-dumper": "^6.4 || ^7.0", "thecodingmachine/safe": "^2.5",