From 92906eac7c0a1c47f1149c9b0db3b4af18e481da Mon Sep 17 00:00:00 2001 From: Lawrence Onah Date: Wed, 2 Oct 2024 10:36:32 +0100 Subject: [PATCH] chore: add support for laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 58c0414..68aa856 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require": { "php": "^7.0|^8.0", - "illuminate/support": "^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|^11.0", "guzzlehttp/guzzle": "^6.3|^7.0" }, "require-dev": {