From bd2df8d29d7c6801f84179ce3b62915f9fd03636 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Jun 2022 10:45:02 +0200 Subject: [PATCH] Allow brick/math 0.10 Closes #424, #427, #434 Co-authored-by: Alexander Schranz Co-authored-by: Graham Campbell --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 112fabf..1c28f55 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "php": "^8.0", "ext-ctype": "*", "ext-json": "*", - "brick/math": "^0.8 || ^0.9", + "brick/math": "^0.8 || ^0.9 || ^0.10", "ramsey/collection": "^1.0" }, "require-dev": {