Benötigte Pakete installiert

This commit is contained in:
Borgal
2025-11-16 21:13:51 +01:00
parent 1b9ba22bb5
commit ddcd614a49
314 changed files with 183918 additions and 7 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 >= 70100)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 7.1.0". You are running ' . PHP_VERSION . '.';
}
if ($issues) {