From cb717a88d71b3112a34b589aa3392a3c8cfc6ccb Mon Sep 17 00:00:00 2001 From: joshcadman01 <135721885+joshcadman01@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:38:11 +0100 Subject: [PATCH] Adding support for Laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bc84c5a..dc69d39 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "illuminate/support": "~6.0|~7.0|~8.0|~9.0|^10.0" + "illuminate/support": "~6.0|~7.0|~8.0|~9.0|^10.0|^11.0" }, "require-dev": { "phpspec/phpspec": "~6.0"