From 8643efb744f89e15c2ba69cb4d77ad34ae52e352 Mon Sep 17 00:00:00 2001 From: Ben Kuhl Date: Tue, 30 Apr 2024 13:13:32 -0400 Subject: [PATCH] Allow Laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c6b15d0..5ec183f 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^7.3|^8.0", "helpscout/api": "~3.0", - "illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "phpunit/phpunit": "^8.0",