updated executable message

This commit is contained in:
denisdulici 2020-04-17 11:00:43 +03:00
parent dc29b8198a
commit cd5d4cd3d1
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ class Installer
}
if (Console::run('help') !== true) {
$requirements[] = trans('install.requirements.executable');
$requirements[] = trans('install.requirements.executable', ['php_version' => AKAUNTING_PHP]);
}
return $requirements;

View File

@ -21,7 +21,7 @@ return [
'disabled' => ':feature needs to be disabled!',
'extension' => ':extension extension needs to be installed and loaded!',
'directory' => ':directory directory needs to be writable!',
'executable' => 'The PHP CLI executable file is not working! Please, ask your hosting company to set PHP_BINARY or PHP_PATH environment variable correctly.',
'executable' => 'The PHP CLI executable file is not defined/working or its version is not :php_version or higher! Please, ask your hosting company to set PHP_BINARY or PHP_PATH environment variable correctly.',
],
'database' => [