From 974d52d28619781b9e723620183e23c93d79ba42 Mon Sep 17 00:00:00 2001 From: Goran Date: Sat, 30 Mar 2024 20:47:43 +0100 Subject: [PATCH] Add Laravel 11 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d8cd4c6..4b3cac1 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "type": "library", "require": { "php": "^7.2.5|^8.0", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0", "guzzlehttp/guzzle": "^7.0.1", "goran-popovic/email-octopus-php": "^v1.0.1" },