diff --git a/composer.json b/composer.json index 9414898..8abe1e4 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 ed0d72f..1a3cd21 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.5", "source": { "type": "git", "url": "https://github.com/bitpay/bitpay-php-keyutils.git", - "reference": "61cc4a58f25e79b7f61ff4631152139f6b084cb1" + "reference": "e4797688252d25943414b2bb909f7547bc969877" }, "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/e4797688252d25943414b2bb909f7547bc969877", + "reference": "e4797688252d25943414b2bb909f7547bc969877", "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.38" }, "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.5" }, - "time": "2024-02-06T02:15:49+00:00" + "time": "2024-12-09T17:50:51+00:00" }, { "name": "guzzlehttp/guzzle",