From 0e213e78a9a36b3ab167a18457771597808e6bfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 04:32:47 +0000 Subject: [PATCH] build(deps): bump brick/math from 0.18.0 to 1.0.0 Bumps [brick/math](https://github.com/brick/math) from 0.18.0 to 1.0.0. - [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.18.0...1.0.0) --- updated-dependencies: - dependency-name: brick/math dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 492a42067..804642fe5 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "ext-zlib": "*", "composer-runtime-api": "^2.2", "async-aws/s3": "^2.6 || ^3.0", - "brick/math": "^0.12 || ^0.13 || ^0.14 || ^0.15 || ^0.16 || ^0.17 || ^0.18", + "brick/math": "^0.12 || ^0.13 || ^0.14 || ^0.15 || ^0.16 || ^0.17 || ^0.18 || ^1.0", "cmsig/seal": "^0.12", "coduo/php-humanizer": "^5.0", "cuyz/valinor": "^2.4", diff --git a/composer.lock b/composer.lock index f0f55c906..cba8fe50d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2a326b7adbd5bb2d7624c82921172673", + "content-hash": "7c6b7e2028b2a64b98cd69206f8dea4d", "packages": [ { "name": "async-aws/core", @@ -145,23 +145,24 @@ }, { "name": "brick/math", - "version": "0.18.0", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/brick/math.git", - "reference": "82944324d1c1bdb2c2618e89978d4e2ad78d69ad" + "reference": "2effe05d2177c451b86c6a073196a4034c02f211" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/82944324d1c1bdb2c2618e89978d4e2ad78d69ad", - "reference": "82944324d1c1bdb2c2618e89978d4e2ad78d69ad", + "url": "https://api.github.com/repos/brick/math/zipball/2effe05d2177c451b86c6a073196a4034c02f211", + "reference": "2effe05d2177c451b86c6a073196a4034c02f211", "shasum": "" }, "require": { "php": "^8.2" }, "require-dev": { - "phpstan/phpstan": "2.1.22", + "phpstan/phpstan": "2.2.13", + "phpstan/phpstan-phpunit": "2.0.18", "phpunit/phpunit": "^11.5" }, "type": "library", @@ -192,7 +193,7 @@ ], "support": { "issues": "https://github.com/brick/math/issues", - "source": "https://github.com/brick/math/tree/0.18.0" + "source": "https://github.com/brick/math/tree/1.0.0" }, "funding": [ { @@ -200,7 +201,7 @@ "type": "github" } ], - "time": "2026-06-14T18:21:03+00:00" + "time": "2026-09-12T10:28:18+00:00" }, { "name": "cmsig/seal",