document change, update composer, dropping obsolete library with polyfill for random_bytes function on PHP < 7

This commit is contained in:
El RIDO 2023-07-23 10:19:35 +02:00
parent ecf100551d
commit c1b3bffe8c
25 changed files with 92 additions and 1475 deletions

View file

@ -4,8 +4,8 @@
$issues = array();
if (!(PHP_VERSION_ID >= 50600)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 5.6.0". You are running ' . PHP_VERSION . '.';
if (!(PHP_VERSION_ID >= 70300)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 7.3.0". You are running ' . PHP_VERSION . '.';
}
if ($issues) {