From 4d0ac4b2ff4dab757a519cdcf280c9a2e732f602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:37:10 +0000 Subject: [PATCH] Update doctrine/dbal requirement from ^3.1 to ^4.0 in /web 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.1.0...4.0.3) --- updated-dependencies: - dependency-name: doctrine/dbal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/composer.json b/web/composer.json index dc6382c..88b1272 100644 --- a/web/composer.json +++ b/web/composer.json @@ -11,7 +11,7 @@ "php": "~8.0.0 || ~8.1.0 || ~8.2.0", "ext-xml": "*", "ext-zip": "*", - "doctrine/dbal": "^3.1", + "doctrine/dbal": "^4.0", "fideloper/proxy": "^4.4", "fruitcake/laravel-cors": "^3.0", "guzzlehttp/guzzle": "^7.0.1",