From ac20de844cc1bbcbb8e28f39a7129093115934ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 16:18:49 +0000 Subject: [PATCH] Update brick/math requirement from >=0.12, <0.19 to >=0.12, <0.20 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/main/CHANGELOG.md) - [Commits](https://github.com/brick/math/compare/0.12.0...0.19.0) --- updated-dependencies: - dependency-name: brick/math dependency-version: 0.19.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 7da566b..9c97bc0 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "php": "^8.3", "guzzlehttp/guzzle": "^7.0 || ^8.0", "ext-json": "*", - "brick/math": ">=0.12, <0.19" + "brick/math": ">=0.12, <0.20" }, "require-dev": { "phpunit/phpunit": "^9.5 || ^11.0 || ^12.0"