Fixed PHP version in the descriptions

This commit is contained in:
Dmitry Khomutov 2016-07-21 23:04:37 +06:00
commit 41407e1d15
12 changed files with 12 additions and 12 deletions

View file

@ -119,7 +119,7 @@ class InstallCommand extends Command
$errors = false;
// Check PHP version:
if (!(version_compare(PHP_VERSION, '5.3.8') >= 0)) {
if (!(version_compare(PHP_VERSION, '5.4.0') >= 0)) {
$output->writeln('');
$output->writeln('<error>'.Lang::get('app_php_req').'</error>');
$errors = true;