From 8cb81739c11e66dab6286da1d8e8dae30a1ee9e8 Mon Sep 17 00:00:00 2001 From: Alexander Gaal Date: Thu, 8 Feb 2024 09:41:56 +0100 Subject: [PATCH] add laravel 11 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4ebb4b5..fb88ac1 100644 --- a/composer.json +++ b/composer.json @@ -28,9 +28,9 @@ ], "require": { "php": "^8.1", - "illuminate/support": "^9.0|^10.0", - "illuminate/console": "^9.0|^10.0", - "illuminate/filesystem": "^9.0|^10.0" + "illuminate/support": "^9.0|^10.0|^11.0", + "illuminate/console": "^9.0|^10.0|^11.0", + "illuminate/filesystem": "^9.0|^10.0|^11.0" }, "extra": { "laravel": {