From 1d6e1c6c5a554adb5a6c0be95a544c6de59ef3f6 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Fri, 22 May 2026 09:17:18 -0400 Subject: [PATCH] Allow newer brick/math versions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 825765a..80f8029 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": ">=8.1", "ext-mbstring": "*", - "brick/math": "^0.12 || ^0.13", + "brick/math": "^0.12 || ^0.13 || ^0.14 || ^0.15 || ^0.16 || ^0.17", "psr/log": "^3.0", "rowbot/idna": "^0.3.0" },