|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
$issues = array();
|
|
|
|
|
|
-if (!(PHP_VERSION_ID >= 70400)) {
|
|
|
+/*if (!(PHP_VERSION_ID >= 70400)) {
|
|
|
$issues[] = 'Your Composer dependencies require a PHP version ">= 7.4.0". You are running ' . PHP_VERSION . '.';
|
|
|
}
|
|
|
|
|
@@ -23,4 +23,4 @@ if ($issues) {
|
|
|
'Composer detected issues in your platform: ' . implode(' ', $issues),
|
|
|
E_USER_ERROR
|
|
|
);
|
|
|
-}
|
|
|
+}*/
|