Fixed PHP version in the descriptions
This commit is contained in:
parent
31f92327c1
commit
41407e1d15
12 changed files with 12 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue