From d99248e43050e40b529ebe8207173e4780b9727c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 13:42:06 +0000 Subject: [PATCH] Bump stechstudio/backoff from 1.2 to 1.2.1 in /modules/btcpay Bumps [stechstudio/backoff](https://github.com/stechstudio/backoff) from 1.2 to 1.2.1. - [Release notes](https://github.com/stechstudio/backoff/releases) - [Commits](https://github.com/stechstudio/backoff/compare/1.2...1.2.1) --- updated-dependencies: - dependency-name: stechstudio/backoff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/btcpay/composer.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/btcpay/composer.lock b/modules/btcpay/composer.lock index d39887a..074cf9e 100644 --- a/modules/btcpay/composer.lock +++ b/modules/btcpay/composer.lock @@ -1423,20 +1423,20 @@ }, { "name": "stechstudio/backoff", - "version": "1.2", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/stechstudio/backoff.git", - "reference": "816e46107a6be2e1072ba0ff2cb26034872dfa49" + "reference": "7204cddf3f1afcd5368d74d52f4d8c447c5dc311" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stechstudio/backoff/zipball/816e46107a6be2e1072ba0ff2cb26034872dfa49", - "reference": "816e46107a6be2e1072ba0ff2cb26034872dfa49", + "url": "https://api.github.com/repos/stechstudio/backoff/zipball/7204cddf3f1afcd5368d74d52f4d8c447c5dc311", + "reference": "7204cddf3f1afcd5368d74d52f4d8c447c5dc311", "shasum": "" }, "require-dev": { - "phpunit/phpunit": "5.5.*" + "phpunit/phpunit": "^10.0" }, "type": "library", "autoload": { @@ -1460,9 +1460,9 @@ "description": "PHP library providing retry functionality with multiple backoff strategies and jitter support", "support": { "issues": "https://github.com/stechstudio/backoff/issues", - "source": "https://github.com/stechstudio/backoff/tree/1.2" + "source": "https://github.com/stechstudio/backoff/tree/1.2.1" }, - "time": "2020-12-26T14:57:10+00:00" + "time": "2024-03-07T21:00:19+00:00" }, { "name": "symfony/deprecation-contracts", @@ -4024,5 +4024,5 @@ "platform-overrides": { "php": "8.0" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }