From 70adeed3c3e2183b4e329d7df3362f9305b03269 Mon Sep 17 00:00:00 2001 From: Mohamed Elkmeshi Date: Thu, 19 Mar 2026 16:55:26 +0200 Subject: [PATCH] Broaden brick/math constraint to support Laravel 13 Laravel 13 requires brick/math ^0.14.2+, which conflicts with the previous ^0.12.1 constraint. All BigDecimal API usage is stable across versions, so widening the constraint is safe. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5f51bac..712f63a 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require": { "php": "^8.1", "ext-gd": "*", - "brick/math": "^0.12.1" + "brick/math": "^0.12.1 || ^0.13 || ^0.14 || ^0.15 || ^0.16 || ^0.17" }, "autoload": { "psr-4": {