From 064a84c96f2d955eb44063e802a329a8442e71dd Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Mon, 23 Mar 2026 23:59:49 +0100 Subject: [PATCH] Update brick/math version constraint and remove dev minimum stability Extend brick/math support to ^0.15|^0.16|^0.17 and remove minimum-stability: dev. Co-Authored-By: Claude Opus 4.6 (1M context) --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a4fe5bdb..ce8d1a0e 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ "require": { "php": ">=8.2", "ext-openssl": "*", - "brick/math": "^0.12|^0.13|^0.14", + "brick/math": "^0.12|^0.13|^0.14|^0.15|^0.16|^0.17", "psr/clock": "^1.0", "psr/event-dispatcher": "^1.0", "spomky-labs/pki-framework": "^1.2.1", @@ -92,6 +92,5 @@ }, "config": { "sort-packages": true - }, - "minimum-stability": "dev" + } }