From 9225dfc518017d18d69debdb31f81ce023b966f7 Mon Sep 17 00:00:00 2001 From: Matt Moellering <85897501+matt-moellering@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:33:08 -0700 Subject: [PATCH 1/2] Laravel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e27cae1..790a980 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": "^6.20 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", "laravel/socialite": "^5.2" }, "require-dev": { From 19869654075e09f70d1066a94d1aacc3c61f608f Mon Sep 17 00:00:00 2001 From: Matt Moellering <85897501+matt-moellering@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:33:31 -0700 Subject: [PATCH 2/2] agree with suggestion to remove support v6 & v7 Co-authored-by: atymic --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 790a980..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 || ^11.0", + "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0", "laravel/socialite": "^5.2" }, "require-dev": {