From 7a441d712db0f09d6ce925a5ecbef5380c1132a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rnar=20Hetles=C3=A6ther?= Date: Fri, 15 Mar 2024 20:37:09 +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 b3975e2..a31db07 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,9 @@ "ext-json": "*", "firebase/php-jwt": "^6.2", "guzzlehttp/guzzle": "^7.0", - "illuminate/cache": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/console": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/cache": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/console": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0",