File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ' )) : ?>
You can’t perform that action at this time.
0 commit comments