installer::checkPrereqs bump PHP version to 5.5.0

This commit is contained in:
Chimo 2015-12-04 15:22:58 +00:00
parent 831e9db7ec
commit 3e16e31080
1 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,8 @@ abstract class Installer
}
}
if (version_compare(PHP_VERSION, '5.3.2', '<')) {
$this->warning('Require PHP version 5.3.2 or greater.');
if (version_compare(PHP_VERSION, '5.5.0', '<')) {
$this->warning('Require PHP version 5.5.0 or greater.');
$pass = false;
}