From 953fdc9e81116a2997d8d12e47c0e8ef606d0aa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:21:18 +0000 Subject: [PATCH] Bump bitpay/key-utils from 1.1.4 to 2.0.4 Bumps [bitpay/key-utils](https://github.com/bitpay/bitpay-php-keyutils) from 1.1.4 to 2.0.4. - [Release notes](https://github.com/bitpay/bitpay-php-keyutils/releases) - [Commits](https://github.com/bitpay/bitpay-php-keyutils/compare/1.1.4...2.0.4) --- 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 d845bb93..ed5fcfdb 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": "f909f5bbf62dc932b555af90c03df021", + "content-hash": "85a8f63fea9f82ef23028c3bfee37148", "packages": [ { "name": "bitpay/key-utils", - "version": "1.1.4", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/bitpay/bitpay-php-keyutils.git", - "reference": "61cc4a58f25e79b7f61ff4631152139f6b084cb1" + "reference": "d8eb9e6dbe11ff0e9a1182f0dadcb18641f7ff53" }, "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/d8eb9e6dbe11ff0e9a1182f0dadcb18641f7ff53", + "reference": "d8eb9e6dbe11ff0e9a1182f0dadcb18641f7ff53", "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.5.36" }, "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.4" }, - "time": "2024-02-06T02:15:49+00:00" + "time": "2024-10-14T16:40:28+00:00" }, { "name": "guzzlehttp/guzzle",