Skip to content

Commit d52e6ea

Browse files
authored
Merge pull request #903 from mohamadrezasalehi/patch-1
update min php version
2 parents 1c440d3 + 32f6599 commit d52e6ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/Pages/home.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@
102102
<div class="column">
103103
<h4>Environment</h4>
104104
<ul>
105-
<?php if (version_compare(PHP_VERSION, '7.2.0', '>=')) : ?>
106-
<li class="bullet success">Your version of PHP is 7.2.0 or higher (detected <?= PHP_VERSION ?>).</li>
105+
<?php if (version_compare(PHP_VERSION, '7.4.0', '>=')) : ?>
106+
<li class="bullet success">Your version of PHP is 7.4.0 or higher (detected <?= PHP_VERSION ?>).</li>
107107
<?php else : ?>
108-
<li class="bullet problem">Your version of PHP is too low. You need PHP 7.2.0 or higher to use CakePHP (detected <?= PHP_VERSION ?>).</li>
108+
<li class="bullet problem">Your version of PHP is too low. You need PHP 7.4.0 or higher to use CakePHP (detected <?= PHP_VERSION ?>).</li>
109109
<?php endif; ?>
110110

111111
<?php if (extension_loaded('mbstring')) : ?>

0 commit comments

Comments
 (0)