From 6fe83e6d241541edba1e1fb1a0c78b682685c2f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:41:47 +0000 Subject: [PATCH] Update brick/math requirement from ^0.9.2 || ^0.10.0 || ^0.14.0 to ^0.9.2 || ^0.10.0 || ^0.14.0 || ^0.16.0 Updates the requirements on [brick/math](https://github.com/brick/math) to permit the latest version. - [Release notes](https://github.com/brick/math/releases) - [Changelog](https://github.com/brick/math/blob/master/CHANGELOG.md) - [Commits](https://github.com/brick/math/commits/0.16.0) --- updated-dependencies: - dependency-name: brick/math dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1879af7..34af369 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,6 @@ "phpunit/phpunit": "^9.5" }, "require": { - "brick/math": "^0.9.2 || ^0.10.0 || ^0.14.0" + "brick/math": "^0.9.2 || ^0.10.0 || ^0.14.0 || ^0.16.0" } }