From 14cb5eceac7498280c4388bb94e0929380e70abe Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Thu, 19 Mar 2026 16:07:13 +0100 Subject: [PATCH] chore(deps): allow brick/math v0.17 --- math/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/composer.json b/math/composer.json index b5c6b86..a833c02 100644 --- a/math/composer.json +++ b/math/composer.json @@ -5,7 +5,7 @@ "type": "phpstan-extension", "require": { "php": "^8.4", - "brick/math": "^0.17", + "brick/math": "^0.15 || ^0.16 || ^0.17", "phpstan/phpstan": "^2.1" }, "require-dev": {