diff --git a/transaction-analyzer/php/composer.json b/transaction-analyzer/php/composer.json index 2c680cd2..aa2c584e 100644 --- a/transaction-analyzer/php/composer.json +++ b/transaction-analyzer/php/composer.json @@ -4,7 +4,7 @@ "type": "project", "require": { "php": "^8.1", - "brick/math": "^0.12.0", + "brick/math": "^0.13.0", "brick/date-time": "^0.6.0", "ext-readline": "*" }, diff --git a/transaction-analyzer/php/composer.lock b/transaction-analyzer/php/composer.lock index c6087506..2f1266bd 100644 --- a/transaction-analyzer/php/composer.lock +++ b/transaction-analyzer/php/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": "e256c220c198f5a3cc7afc8dac19f45f", + "content-hash": "9266c053b1dc622b38813626097e4292", "packages": [ { "name": "brick/date-time", @@ -62,16 +62,16 @@ }, { "name": "brick/math", - "version": "0.12.1", + "version": "0.13.0", "source": { "type": "git", "url": "https://github.com/brick/math.git", - "reference": "f510c0a40911935b77b86859eb5223d58d660df1" + "reference": "efe64d2cd94d410ba85831a6d4c16ac48542751b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1", - "reference": "f510c0a40911935b77b86859eb5223d58d660df1", + "url": "https://api.github.com/repos/brick/math/zipball/efe64d2cd94d410ba85831a6d4c16ac48542751b", + "reference": "efe64d2cd94d410ba85831a6d4c16ac48542751b", "shasum": "" }, "require": { @@ -80,7 +80,7 @@ "require-dev": { "php-coveralls/php-coveralls": "^2.2", "phpunit/phpunit": "^10.1", - "vimeo/psalm": "5.16.0" + "vimeo/psalm": "6.8.8" }, "type": "library", "autoload": { @@ -110,7 +110,7 @@ ], "support": { "issues": "https://github.com/brick/math/issues", - "source": "https://github.com/brick/math/tree/0.12.1" + "source": "https://github.com/brick/math/tree/0.13.0" }, "funding": [ { @@ -118,7 +118,7 @@ "type": "github" } ], - "time": "2023-11-29T23:19:16+00:00" + "time": "2025-03-03T13:19:29+00:00" } ], "packages-dev": [ @@ -1748,5 +1748,5 @@ "ext-readline": "*" }, "platform-dev": [], - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }