Skip to content

Commit

Permalink
SP-1130 Upgrade PHP Key Utils to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Jan 2, 2025
1 parent 8cb0f4e commit d16cd58
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 59 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
113 changes: 57 additions & 56 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion phpdoc.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<output>docs</output>
</paths>

<version number="9.1.3">
<version number="9.1.4">
<api format="php">
<source dsn=".">
<path>src</path>
Expand Down
2 changes: 1 addition & 1 deletion src/BitPaySDK/Env.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface Env
public const TEST_URL = "https://test.bitpay.com/";
public const PROD_URL = "https://bitpay.com/";
public const BITPAY_API_VERSION = "2.0.0";
public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.1.3";
public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.1.4";
public const BITPAY_API_FRAME = "std";
public const BITPAY_API_FRAME_VERSION = "1.0.0";
}

0 comments on commit d16cd58

Please sign in to comment.