drop random_compat dependency now PHP support is 7.1+

since 4.5+ is going to be PHP 7.1+ random_compat should no longer be needed
This commit is contained in:
Christopher Darling 2019-09-25 09:03:11 +01:00 committed by GitHub
parent d95fe203b8
commit 578dd973a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,6 @@
"m1/env": "^2.1",
"monolog/monolog": "~1.11",
"nikic/php-parser": "^2 || ^3 || ^4",
"paragonie/random_compat": "^2.0",
"psr/container": "1.0.0",
"psr/container-implementation": "1.0.0",
"silverstripe/config": "^1@dev",