From 8c3b6fa4df36149126aceae439f7464c8f9cab69 Mon Sep 17 00:00:00 2001 From: Jimmy Puckett Date: Mon, 8 Apr 2024 08:02:39 -0400 Subject: [PATCH] Allow laravel 11 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8d48166..c76b81c 100644 --- a/composer.json +++ b/composer.json @@ -24,9 +24,9 @@ "php": ">=8.1", "cviebrock/discourse-php": "^0.9.3", "guzzlehttp/guzzle": "^7.4.5", - "illuminate/auth": "~8|~9|~10", - "illuminate/routing": "~8|~9|~10", - "illuminate/support": "~8|~9|~10" + "illuminate/auth": "~8|~9|~10|~11", + "illuminate/routing": "~8|~9|~10|~11", + "illuminate/support": "~8|~9|~10|~11" }, "require-dev": { "laravel/sail": "^1.21",