Skip to content

Commit

Permalink
use phpseclib 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Dec 23, 2020
1 parent 4990076 commit 66a012e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"require": {
"php": ">=5.6.1",
"phpseclib/phpseclib": "dev-master"
"phpseclib/phpseclib": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4"
"phpunit/phpunit": "^5.7|^6.0|^9.4"
},
"suggest": {
"ext-openssl": "Will enable faster cryptographic operations"
Expand Down

0 comments on commit 66a012e

Please sign in to comment.