File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
#ini_set('display_errors', 1);
15
15
16
16
/* PHP version validation */
17
- if (!defined ('PHP_VERSION_ID ' ) || PHP_VERSION_ID < 70103 ) {
17
+ if (!defined ('PHP_VERSION_ID ' ) || PHP_VERSION_ID < 70300 ) {
18
18
if (PHP_SAPI == 'cli ' ) {
19
- echo 'Magento supports PHP 7.1.3 or later. ' .
20
- 'Please read https://devdocs.magento.com/guides/v2.3 /install-gde/system-requirements-tech.html ' ;
19
+ echo 'Magento supports PHP 7.3.0 or later. ' .
20
+ 'Please read https://devdocs.magento.com/guides/v2.4 /install-gde/system-requirements-tech.html ' ;
21
21
} else {
22
22
echo <<<HTML
23
23
<div style="font:12px/1.35em arial, helvetica, sans-serif;">
24
- <p>Magento supports PHP 7.1.3 or later. Please read
25
- <a target="_blank" href="https://devdocs.magento.com/guides/v2.3 /install-gde/system-requirements-tech.html">
24
+ <p>Magento supports PHP 7.3.0 or later. Please read
25
+ <a target="_blank" href="https://devdocs.magento.com/guides/v2.4 /install-gde/system-requirements-tech.html">
26
26
Magento System Requirements</a>.
27
27
</div>
28
28
HTML ;
You can’t perform that action at this time.
0 commit comments