From 087b0aa679ce669b1ea1d36288ce92d6d0c9e266 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Mon, 19 Dec 2022 21:32:16 +0100 Subject: [PATCH] Bump minimum version of ramsey/collection (#479) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 74490af..82b0555 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "php": "^8.0", "ext-json": "*", "brick/math": "^0.8.8 || ^0.9 || ^0.10", - "ramsey/collection": "^1.0" + "ramsey/collection": "^1.2" }, "require-dev": { "captainhook/captainhook": "^5.10",