Skip to content

Commit

Permalink
Merge pull request #76 from AliveShiro/phpseclib3
Browse files Browse the repository at this point in the history
Change phpseclib to version 3
  • Loading branch information
jenssegers authored Nov 29, 2021
2 parents c7407cb + c1f8b05 commit 6325f24
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 @@ -16,7 +16,7 @@
"require": {
"php": "^7.1|^8.0",
"intervention/image": "^2.4",
"phpseclib/phpseclib": "^2.0"
"phpseclib/phpseclib": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^7|^8|^9",
Expand Down
2 changes: 1 addition & 1 deletion src/Hash.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Jenssegers\ImageHash;

use JsonSerializable;
use phpseclib\Math\BigInteger;
use phpseclib3\Math\BigInteger;

class Hash implements JsonSerializable
{
Expand Down

0 comments on commit 6325f24

Please sign in to comment.