From b263adf40db411de97407e268db6de2d2d5eae26 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 25 May 2026 20:11:44 +0200 Subject: [PATCH] Relax illuminate/collections version constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c11c5ba..8c3b4a1 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ } }, "require": { - "illuminate/collections": "^10.0", + "illuminate/collections": ">=10.0", "shufflingpixels/php-io": "dev-main", "intervention/image": "^4.0" },