diff --git a/app/Utilities/Installer.php b/app/Utilities/Installer.php index 316d44632..e671b3b60 100644 --- a/app/Utilities/Installer.php +++ b/app/Utilities/Installer.php @@ -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; diff --git a/resources/lang/en-GB/install.php b/resources/lang/en-GB/install.php index 1a6b37dce..c6263be39 100644 --- a/resources/lang/en-GB/install.php +++ b/resources/lang/en-GB/install.php @@ -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' => [