Skip to content

Commit

Permalink
Composer: require phpseclib 2.0.47
Browse files Browse the repository at this point in the history
phpseclib 2.0.47 does not introduce any new features that mcrypt_compat
makes use of, however, in some cases, it might be benificial to have
new releases to prevent phpseclib versions with CVEs issued against
them from ever being used as dependencies as discussed in
#37
  • Loading branch information
terrafrost committed Feb 26, 2024
1 parent 83d3d72 commit 1f89c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"require": {
"php": ">=5.3.3",
"phpseclib/phpseclib": ">=2.0.36 <3.0.0"
"phpseclib/phpseclib": ">=2.0.47 <3.0.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4"
Expand Down

0 comments on commit 1f89c26

Please sign in to comment.