From 47a1a08c9a4b2cc202ffc7bc0fbd866a052efee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:37:41 +0000 Subject: [PATCH] chore(deps): bump brick/date-time in /transaction-analyzer/php Bumps [brick/date-time](https://github.com/brick/date-time) from 0.5.5 to 0.6.0. - [Release notes](https://github.com/brick/date-time/releases) - [Changelog](https://github.com/brick/date-time/blob/master/CHANGELOG.md) - [Commits](https://github.com/brick/date-time/compare/0.5.5...0.6.0) --- updated-dependencies: - dependency-name: brick/date-time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- transaction-analyzer/php/composer.json | 2 +- transaction-analyzer/php/composer.lock | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/transaction-analyzer/php/composer.json b/transaction-analyzer/php/composer.json index bb441fcb..2c680cd2 100644 --- a/transaction-analyzer/php/composer.json +++ b/transaction-analyzer/php/composer.json @@ -5,7 +5,7 @@ "require": { "php": "^8.1", "brick/math": "^0.12.0", - "brick/date-time": "^0.5.0", + "brick/date-time": "^0.6.0", "ext-readline": "*" }, "require-dev": { diff --git a/transaction-analyzer/php/composer.lock b/transaction-analyzer/php/composer.lock index 3152bdd4..f48f5df7 100644 --- a/transaction-analyzer/php/composer.lock +++ b/transaction-analyzer/php/composer.lock @@ -4,30 +4,29 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f34db39f93847a61f00680d9df684f98", + "content-hash": "e256c220c198f5a3cc7afc8dac19f45f", "packages": [ { "name": "brick/date-time", - "version": "0.5.5", + "version": "0.6.0", "source": { "type": "git", "url": "https://github.com/brick/date-time.git", - "reference": "1217e8d9649c88cf7716e8cc319bf49fb3132ec5" + "reference": "4e9b91fc5f2f139041d139d7ef59380ada5a51ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/date-time/zipball/1217e8d9649c88cf7716e8cc319bf49fb3132ec5", - "reference": "1217e8d9649c88cf7716e8cc319bf49fb3132ec5", + "url": "https://api.github.com/repos/brick/date-time/zipball/4e9b91fc5f2f139041d139d7ef59380ada5a51ea", + "reference": "4e9b91fc5f2f139041d139d7ef59380ada5a51ea", "shasum": "" }, "require": { - "ext-json": "*", - "php": "^7.4 || ^8.0" + "php": "^8.1" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", "phpunit/phpunit": "^9.0", - "vimeo/psalm": "5.15.0" + "vimeo/psalm": "5.17.0" }, "suggest": { "ext-timezonedb": "This PECL extension provides up-to-date timezone information" @@ -51,7 +50,7 @@ ], "support": { "issues": "https://github.com/brick/date-time/issues", - "source": "https://github.com/brick/date-time/tree/0.5.5" + "source": "https://github.com/brick/date-time/tree/0.6.0" }, "funding": [ { @@ -59,7 +58,7 @@ "type": "github" } ], - "time": "2023-10-20T16:30:20+00:00" + "time": "2023-12-05T21:57:02+00:00" }, { "name": "brick/math",