From 26ae2aee43bb7e26f2d42783c3e8a8c23eeef2a1 Mon Sep 17 00:00:00 2001 From: atymic Date: Sun, 22 Feb 2026 00:06:47 +1100 Subject: [PATCH 1/2] Update illuminate/support version constraints --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cdea70f..46de16b 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ }, "require": { "php": "^8.1", - "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", + "illuminate/support": ^11.0 || ^12.0 || ^13.0", "laravel/socialite": "^5.5" }, "require-dev": { From b7936c91b4e11e4ec2d8bc9903abe18fe31a6e7a Mon Sep 17 00:00:00 2001 From: atymic Date: Sun, 22 Feb 2026 00:07:37 +1100 Subject: [PATCH 2/2] Fix formatting in composer.json for illuminate/support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 46de16b..3a8dd46 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ }, "require": { "php": "^8.1", - "illuminate/support": ^11.0 || ^12.0 || ^13.0", + "illuminate/support": "^11.0 || ^12.0 || ^13.0", "laravel/socialite": "^5.5" }, "require-dev": {