From 356a8edf0d6ac92f4feb654c6eef5fcd1a3ec7e2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Dec 2022 16:03:30 +0100 Subject: update to 4.7.0 raise dependency on ramsey/collection 1.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') 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", -- cgit