Skip to content

Commit

Permalink
Support phpseclib V3
Browse files Browse the repository at this point in the history
  • Loading branch information
grmeyer-hw-dev committed Jul 17, 2024
1 parent 90ebb02 commit a882ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"php": ">=5.6.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.2.1 || ^7.0.1",
"phpseclib/phpseclib": "^2.0.11",
"phpseclib/phpseclib": "^2.0.11 || ^3.0.0",
"gree/jose": "^2.2.1"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/Hyperwallet/Util/HyperwalletEncryption.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Hyperwallet\Response\ErrorResponse;
use Composer\Autoload\ClassLoader;
use phpseclib\Crypt\RSA;
use phpseclib\Math\BigInteger;
use Phpseclib\Math\BigInteger;
use phpseclib\Crypt\Hash;
use JOSE_URLSafeBase64;
use JOSE_JWS;
Expand Down

0 comments on commit a882ee6

Please sign in to comment.