From 2c5db5fce2e71f45932d5dd3ff541d72d07a916c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Tue, 2 Jan 2024 12:41:08 +0100 Subject: [PATCH] Allow brick/math 0.12 (#51) The breaking changes of brick/math 0.12 does not affect this library, so allowing this should be safe. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1ef7d52..8145dba 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require": { "php": ">=8.0", - "brick/math": "^0.9|^0.10|^0.11", + "brick/math": "^0.9|^0.10|^0.11|^0.12", "ext-mbstring": "*" }, "require-dev": {