linwu 1 tahun lalu
induk
melakukan
17403b9877
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      vendor/composer/platform_check.php

+ 2 - 2
vendor/composer/platform_check.php

@@ -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
     );
-}
+}*/