Skip to content

Commit d16cd58

Browse files
committed
SP-1130 Upgrade PHP Key Utils to 2.0.5
1 parent 8cb0f4e commit d16cd58

File tree

4 files changed

+60
-59
lines changed

4 files changed

+60
-59
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php": "^8.1 || ^8.2 || ^8.3",
1616
"ext-json": "*",
1717
"ext-reflection": "*",
18-
"bitpay/key-utils": "^1.1",
18+
"bitpay/key-utils": "^2.0",
1919
"guzzlehttp/guzzle": "^7.0",
2020
"symfony/yaml": "^5.4 || ^6.0 || ^7.0",
2121
"netresearch/jsonmapper": "^4.1",

composer.lock

Lines changed: 57 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpdoc.dist.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<output>docs</output>
1111
</paths>
1212

13-
<version number="9.1.3">
13+
<version number="9.1.4">
1414
<api format="php">
1515
<source dsn=".">
1616
<path>src</path>

src/BitPaySDK/Env.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface Env
1717
public const TEST_URL = "https://test.bitpay.com/";
1818
public const PROD_URL = "https://bitpay.com/";
1919
public const BITPAY_API_VERSION = "2.0.0";
20-
public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.1.3";
20+
public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.1.4";
2121
public const BITPAY_API_FRAME = "std";
2222
public const BITPAY_API_FRAME_VERSION = "1.0.0";
2323
}

0 commit comments

Comments
 (0)