From 8f2a2ea518b7ffe71934cb29f13eeafa7f6066ba Mon Sep 17 00:00:00 2001 From: Jimerson Montiel Date: Fri, 15 Dec 2023 11:40:08 -0400 Subject: [PATCH] fix: illuminate/support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f67ea19..38c2a82 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^7.4|^8.0", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "orchestra/testbench": "^6.0",