From 2ba6551669b74626f334559796cf903416cf047b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 17:49:25 +0000 Subject: [PATCH] Bump bitpay/key-utils from 1.1.4 to 2.0.0 Bumps [bitpay/key-utils](https://github.com/bitpay/bitpay-php-keyutils) from 1.1.4 to 2.0.0. - [Release notes](https://github.com/bitpay/bitpay-php-keyutils/releases) - [Commits](https://github.com/bitpay/bitpay-php-keyutils/compare/1.1.4...2.0.0) --- updated-dependencies: - dependency-name: bitpay/key-utils dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 94148989..8abe1e4e 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "php": "^8.1 || ^8.2 || ^8.3", "ext-json": "*", "ext-reflection": "*", - "bitpay/key-utils": "^1.1", + "bitpay/key-utils": "^2.0", "guzzlehttp/guzzle": "^7.0", "symfony/yaml": "^5.4 || ^6.0 || ^7.0", "netresearch/jsonmapper": "^4.1", diff --git a/composer.lock b/composer.lock index 52b4f2fc..427d1dde 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "06cf0fa37ff2686fcef0c147ec44b7b4", + "content-hash": "85a8f63fea9f82ef23028c3bfee37148", "packages": [ { "name": "bitpay/key-utils", - "version": "1.1.4", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/bitpay/bitpay-php-keyutils.git", - "reference": "61cc4a58f25e79b7f61ff4631152139f6b084cb1" + "reference": "582310c70a0adac640689e397abeb9e18046aab1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bitpay/bitpay-php-keyutils/zipball/61cc4a58f25e79b7f61ff4631152139f6b084cb1", - "reference": "61cc4a58f25e79b7f61ff4631152139f6b084cb1", + "url": "https://api.github.com/repos/bitpay/bitpay-php-keyutils/zipball/582310c70a0adac640689e397abeb9e18046aab1", + "reference": "582310c70a0adac640689e397abeb9e18046aab1", "shasum": "" }, "require": { @@ -25,10 +25,11 @@ "ext-curl": "*", "ext-iconv": "*", "ext-json": "*", - "ext-openssl": "*" + "ext-openssl": "*", + "php": "^8.1 || ^8.2 || ^8.3" }, "require-dev": { - "phpunit/phpunit": "^7.5 || ^9.0" + "phpunit/phpunit": "^10.0" }, "suggest": { "ext-gmp": "Required to use this package with GMP instead of BCMath" @@ -52,9 +53,9 @@ "description": "BitPay Utils pack for cryptography", "support": { "issues": "https://github.com/bitpay/bitpay-php-keyutils/issues", - "source": "https://github.com/bitpay/bitpay-php-keyutils/tree/1.1.4" + "source": "https://github.com/bitpay/bitpay-php-keyutils/tree/2.0.0" }, - "time": "2024-02-06T02:15:49+00:00" + "time": "2024-02-12T14:34:45+00:00" }, { "name": "guzzlehttp/guzzle",