updated requirements

This commit is contained in:
Torsten Schulz
2023-06-16 13:08:22 +02:00
parent 1c6f08b77a
commit 079ce3e41d
60 changed files with 8228 additions and 774 deletions

View File

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