Skip to content

Commit

Permalink
[Versioning] Re-use the existing CurlClient for version checking
Browse files Browse the repository at this point in the history
Less depedencies, more better
  • Loading branch information
BitcoinMitchell committed Mar 14, 2024
1 parent 26c0c16 commit b37761e
Show file tree
Hide file tree
Showing 6 changed files with 245 additions and 1,612 deletions.
2 changes: 1 addition & 1 deletion modules/btcpay/btcpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function __construct()
{
$this->name = 'btcpay';
$this->tab = 'payments_gateways';
$this->version = '6.1.2';
$this->version = '6.1.3';
$this->author = 'BTCPay Server';
$this->ps_versions_compliancy = ['min' => Constants::MINIMUM_PS_VERSION, 'max' => _PS_VERSION_];
$this->controllers = ['payment', 'validation', 'webhook'];
Expand Down
3 changes: 0 additions & 3 deletions modules/btcpay/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
"ext-mbstring": "*",
"btcpayserver/btcpayserver-greenfield-php": "^2.3.0",
"composer/semver": "^3.3.2",
"guzzlehttp/guzzle": "^7.7",
"http-interop/http-factory-guzzle": "^1.2",
"knplabs/github-api": "^3.11",
"stechstudio/backoff": "^1.2"
},
"require-dev": {
Expand Down
Loading

0 comments on commit b37761e

Please sign in to comment.