From 35e15edc644916848c3212b02a8fbc79aff7b26f Mon Sep 17 00:00:00 2001 From: Matt Moellering <85897501+matt-moellering@users.noreply.github.com> Date: Sat, 3 Feb 2024 08:52:57 -0700 Subject: [PATCH] Laravel 11 (#226) Co-authored-by: atymic --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e27cae1..297bfd9 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ }, "require": { "php": "^8.0", - "illuminate/support": "^6.20 || ^7.0 || ^8.0 || ^9.0 || ^10.0", + "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0", "laravel/socialite": "^5.2" }, "require-dev": {