| @@ -3,10 +3,10 @@ | ||
| 3 | 3 | // platform_check.php @generated by Composer |
| 4 | 4 | |
| 5 | 5 | $issues = array(); |
| 6 | 6 | |
| 7 | -if (!(PHP_VERSION_ID >= 50600)) { | |
| 8 | - $issues[] = 'Your Composer dependencies require a PHP version ">= 5.6.0". You are running ' . PHP_VERSION . '.'; | |
| 7 | +if (!(PHP_VERSION_ID >= 70300)) { | |
| 8 | + $issues[] = 'Your Composer dependencies require a PHP version ">= 7.3.0". You are running ' . PHP_VERSION . '.'; | |
| 9 | 9 | } |
| 10 | 10 | |
| 11 | 11 | if ($issues) { |
| 12 | 12 | if (!headers_sent()) { |