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:
Tomáš Procházka 2021-01-18 23:31:24 +01:00 committed by terrafrost
parent 97a5a270e4
commit e8b4e4d4df

View File

@ -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": {