Skip to content

Commit

Permalink
Composer: bump mininum required version of phpseclib
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Feb 23, 2024
1 parent f61ab08 commit bd0e872
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 @@ -23,7 +23,7 @@
},
"require": {
"php": ">=5.6.1",
"phpseclib/phpseclib": ">=3.0.13 <4.0.0"
"phpseclib/phpseclib": ">=3.0.34 <4.0.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7|^6.0|^9.4"
Expand Down

1 comment on commit bd0e872

@terrafrost
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #37

Please sign in to comment.