From da4510df7584e233c2ad90546f17b23ea3372835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 04:19:06 +0000 Subject: [PATCH] Bump brick/math from 0.10.2 to 0.11.0 Bumps [brick/math](https://github.com/brick/math) from 0.10.2 to 0.11.0. - [Release notes](https://github.com/brick/math/releases) - [Changelog](https://github.com/brick/math/blob/master/CHANGELOG.md) - [Commits](https://github.com/brick/math/compare/0.10.2...0.11.0) --- updated-dependencies: - dependency-name: brick/math dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 21 ++++++++++----------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 584de6305..a777eaaec 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": "^8.1.0", "beyondcode/laravel-websockets": "^1.11", "brianium/paratest": "^7.1", - "brick/math": "^0.10.2", + "brick/math": "^0.11.0", "dekor/php-array-table": "^2.0", "doctrine/dbal": "^3.0", "fakerphp/faker": "^1.12", diff --git a/composer.lock b/composer.lock index 898271ca4..5a0449bd0 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": "7e630234c8f5eb3e2bea77b947aa07a4", + "content-hash": "c19ead26a18c73a5b40f40c0d8cddfb0", "packages": [ { "name": "beyondcode/laravel-websockets", @@ -185,26 +185,25 @@ }, { "name": "brick/math", - "version": "0.10.2", + "version": "0.11.0", "source": { "type": "git", "url": "https://github.com/brick/math.git", - "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f" + "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/459f2781e1a08d52ee56b0b1444086e038561e3f", - "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f", + "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478", + "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478", "shasum": "" }, "require": { - "ext-json": "*", - "php": "^7.4 || ^8.0" + "php": "^8.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", "phpunit/phpunit": "^9.0", - "vimeo/psalm": "4.25.0" + "vimeo/psalm": "5.0.0" }, "type": "library", "autoload": { @@ -229,7 +228,7 @@ ], "support": { "issues": "https://github.com/brick/math/issues", - "source": "https://github.com/brick/math/tree/0.10.2" + "source": "https://github.com/brick/math/tree/0.11.0" }, "funding": [ { @@ -237,7 +236,7 @@ "type": "github" } ], - "time": "2022-08-10T22:54:19+00:00" + "time": "2023-01-15T23:15:59+00:00" }, { "name": "carbonphp/carbon-doctrine-types", @@ -11258,5 +11257,5 @@ "php": "^8.1.0" }, "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.6.0" }