From f3ad0be2fdd7cd04fab19f04121611873ee3d693 Mon Sep 17 00:00:00 2001 From: Herbert Maschke Date: Thu, 23 Feb 2023 11:51:17 +0100 Subject: [PATCH] Allow usage in laravel 10.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5c3b24a..b94df2c 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "guzzlehttp/guzzle": "~6.0|~7.0", - "illuminate/collections": "^8.0|^9.0" + "illuminate/collections": "^8.0|^9.0|^10.0" }, "autoload": { "psr-4": {