From 9e972bfa6b3f4d9a1bc78fa6551ba8fe57b60856 Mon Sep 17 00:00:00 2001 From: demianottema <44736169+demianottema@users.noreply.github.com> Date: Tue, 27 Feb 2024 22:33:46 +0100 Subject: [PATCH 1/2] Added support for Laravel 11.x --- composer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 5016c2c..9d48ff0 100644 --- a/composer.json +++ b/composer.json @@ -11,10 +11,9 @@ "license": "MIT", "require": { "php": ">=7.4", - "illuminate/support": "^8.0|^9.0|^10.0", - "illuminate/console": "^8.0|^9.0|^10.0", - "illuminate/filesystem": "^8.0|^9.0|^10.0", - "doctrine/dbal": "^2.9|^2.10|^3.0" + "illuminate/support": "^8.0|^9.0|^10.0|^11.0", + "illuminate/console": "^8.0|^9.0|^10.0|^11.0", + "illuminate/filesystem": "^8.0|^9.0|^10.0|^11.0" }, "autoload": { "psr-4": { From abecd3dcdb6f2b072ef9f01de2b1bbe6fc89262c Mon Sep 17 00:00:00 2001 From: Demian Ottema <44736169+demianottema@users.noreply.github.com> Date: Wed, 28 Feb 2024 00:03:56 +0100 Subject: [PATCH 2/2] Added dbal for backwards compatibility --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9d48ff0..874b29d 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,8 @@ "php": ">=7.4", "illuminate/support": "^8.0|^9.0|^10.0|^11.0", "illuminate/console": "^8.0|^9.0|^10.0|^11.0", - "illuminate/filesystem": "^8.0|^9.0|^10.0|^11.0" + "illuminate/filesystem": "^8.0|^9.0|^10.0|^11.0", + "doctrine/dbal": "^2.9|^2.10|^3.0" }, "autoload": { "psr-4": {