From a9f093692abf8afcdf974055c98c8832c2c297f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 10:29:02 +0000 Subject: [PATCH] Update dependency doctrine/dbal to v4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bc0fb523..75e1f27c 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "require": { "php": "^8.3", "ext-bcmath": "*", - "doctrine/dbal": "^3.6", + "doctrine/dbal": "^4.0", "filament/filament": "^3.2", "guzzlehttp/guzzle": "^7.8", "hashids/hashids": "^5.0",