Merge branch 'php-minversion-detec' into 'nightly'
installer::checkPrereqs bump PHP version to 5.5.0 Related to #102 See merge request !63
This commit is contained in:
commit
c114c6bbad
@ -96,8 +96,8 @@ abstract class Installer
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (version_compare(PHP_VERSION, '5.3.2', '<')) {
|
if (version_compare(PHP_VERSION, '5.5.0', '<')) {
|
||||||
$this->warning('Require PHP version 5.3.2 or greater.');
|
$this->warning('Require PHP version 5.5.0 or greater.');
|
||||||
$pass = false;
|
$pass = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user