diff --git a/core/install.php b/core/install.php index dff4552bda..7b8478f81f 100644 --- a/core/install.php +++ b/core/install.php @@ -23,7 +23,7 @@ // Exit early if running an incompatible PHP version to avoid fatal errors. if (version_compare(PHP_VERSION, \Drupal::MINIMUM_PHP) < 0) { - print 'Your PHP installation is too old. Drupal requires at least PHP 7.3.0. See the system requirements page for more information.'; + print 'Your PHP installation is too old. Drupal requires at least PHP ' . \Drupal::MINIMUM_PHP . '. See the Environment requirements of Drupal 9 page for more information.'; exit; }