Ask, reply and learn. Join the community of Akaunting.
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.0.2".
My php version is 8.1
Tambien tengo este mismo problema, como lo resuelvo, por favor
I tried to install Akaunting3.1 and ran into the same problem. My server runs PHP8.1, as does the CLI.
I edited the file /app/Utilities/Installer.php, commenting out line 124:
$requirements[] = trans('install.error.php_version', ['php_version' => AKAUNTING_PHP]);
This allowed me to install Akaunting on my server.
Showing 1 to 3 of 3 discussions