From 30cac8b9aa7f8c983c8db8a922241422c5378df0 Mon Sep 17 00:00:00 2001 From: Joe <104938042+lrljoe@users.noreply.github.com> Date: Sat, 11 May 2024 09:42:49 +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 cc7c6336..3921a676 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,12 @@ "require": { "php": ">=7.0", "ext-json": "*", - "illuminate/notifications": "~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/notifications": "~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": { "mockery/mockery": "^0.9.5|^1.0", - "phpunit/phpunit": "~5|^8.0|^9.0|^10.0" + "phpunit/phpunit": "~5|^8.0|^9.0|^10.0|~11.0" }, "autoload": { "psr-4": {