From 595b5474d091ea2a55639f00e1eafda177a65bfe Mon Sep 17 00:00:00 2001 From: Aleksei Zarubin <12220926+alexzarbn@users.noreply.github.com> Date: Fri, 14 Jun 2024 17:08:33 +0500 Subject: [PATCH] chore: extend doctrine/dbal version constraint to ^4.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index efcc743..62088f1 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": ">=7.3", "ext-json": "*", - "doctrine/dbal": "^2.9|^3.1", + "doctrine/dbal": "^2.9|^3.1|^4.0", "illuminate/bus": ">=5.7", "illuminate/contracts": ">=5.7", "illuminate/database": ">=5.7",