From 285ac92322dfc576ccf22089ccc07b1ffcfb3603 Mon Sep 17 00:00:00 2001 From: Zacharias Creutznacher Date: Wed, 6 Dec 2023 21:58:22 +0100 Subject: [PATCH] fix laravel 10.35 compatibility issue --- composer.json | 2 +- phpunit.xml.dist | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index df1690b..fcda1f1 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^7.4 || ^8.0", "brick/varexporter": "^0.3.8", - "doctrine/dbal": "^3.6", + "doctrine/dbal": "^4.0.0", "illuminate/contracts": "^8.0 || ^9.0 || ^10.0", "illuminate/database": "^8.0 || ^9.0 || ^10.0", "illuminate/support": "^8.0 || ^9.0 || ^10.0", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index f935660..a780456 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -27,6 +27,7 @@ +