From af610b0fb6fda6d86fc112ea9f523fa7f35517e1 Mon Sep 17 00:00:00 2001 From: Matt Fauveau Date: Sat, 8 Jul 2023 16:31:25 -0400 Subject: [PATCH] Update composer.json Should preserve compatibility with Laravel 9 Signed-off-by: Matt Fauveau --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1170219..51f05bd 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "ext-json": "*", "ext-openssl": "*", "guzzlehttp/guzzle": "^7.0", - "illuminate/collections": "^10.14", + "illuminate/collections": "^9.26 || ^10.14", "firebase/php-jwt": "^6.3.0" }, "require-dev": {