mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 10:45:11 +00:00
Allow newer versions of paragonie/random_compat
Allows to use version of paragonie/random_compat which is NOOP for PHP 7.0 or newer.
This commit is contained in:
parent
97a5a270e4
commit
e8b4e4d4df
@ -52,7 +52,7 @@
|
||||
],
|
||||
"require": {
|
||||
"paragonie/constant_time_encoding": "^1|^2",
|
||||
"paragonie/random_compat": "^1.4|^2.0",
|
||||
"paragonie/random_compat": "^1.4|^2.0|^9.99.99",
|
||||
"php": ">=5.6.1"
|
||||
},
|
||||
"require-dev": {
|
||||
|
Loading…
Reference in New Issue
Block a user