Skip to content

Commit dccf003

Browse files
authored
Merge pull request #363 from swlodarski-sumoheavy/9.2.x
SP-1188 - Dependency updates for PHP SDK
2 parents 13cc6e0 + 8c03afe commit dccf003

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
],
3030
"require-dev": {
31-
"phpunit/phpunit": "^10.5.45 || ^11.5.7 || ^12.0.2"
31+
"phpunit/phpunit": "^10.5 || ^11.5 || ^12.0"
3232
},
3333
"scripts": {
3434
"setup": [

composer.lock

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

docs/classes/BitPaySDK-Env.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ <h4 id="toc-constants">
216216
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
217217
<a class="" href="classes/BitPaySDK-Env.html#constant_BITPAY_PLUGIN_INFO">BITPAY_PLUGIN_INFO</a>
218218
<span>
219-
&nbsp;= &quot;BitPay_PHP_Client_v9.2.0&quot; </span>
219+
&nbsp;= &quot;BitPay_PHP_Client_v9.2.1&quot; </span>
220220
</dt>
221221

222222
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
@@ -371,7 +371,7 @@ <h4 class="phpdocumentor-element__name" id="constant_BITPAY_PLUGIN_INFO">
371371
<span class="phpdocumentor-signature__visibility">public</span>
372372
<span class="phpdocumentor-signature__type">mixed</span>
373373
<span class="phpdocumentor-signature__name">BITPAY_PLUGIN_INFO</span>
374-
= <span class="phpdocumentor-signature__default-value">&quot;BitPay_PHP_Client_v9.2.0&quot;</span>
374+
= <span class="phpdocumentor-signature__default-value">&quot;BitPay_PHP_Client_v9.2.1&quot;</span>
375375
</code>
376376

377377

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.2.0";
20+
public const BITPAY_PLUGIN_INFO = "BitPay_PHP_Client_v9.2.1";
2121
public const BITPAY_API_FRAME = "std";
2222
public const BITPAY_API_FRAME_VERSION = "1.0.0";
2323
}

0 commit comments

Comments
 (0)