We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381c3a0 commit ebce9f3Copy full SHA for ebce9f3
app/bootstrap.php
@@ -13,7 +13,7 @@
13
/* PHP version validation */
14
if (!defined('PHP_VERSION_ID') || PHP_VERSION_ID < 70103) {
15
if (PHP_SAPI == 'cli') {
16
- echo 'Magento supports 7.1.3 or later. ' .
+ echo 'Magento supports PHP 7.1.3 or later. ' .
17
'Please read https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html';
18
} else {
19
echo <<<HTML
0 commit comments