SR
Asked
When I finished the installation I got a link to go to login page, but when I clicked I got this error:
Composer detected issues in your platform: Your Composer dependencies require a PHP version “>= 8.0.0”.
I have PHP7.4 installed on my hosting, and according to the documentation it is enough to make it work, but I see that error and apparently it asks me for version 8, please tell me how can I fix it, because I can not upgrade to PHP.
- MSAnswered
Hello,
The default vendor installed on php8.0. You can set php8.0 or run
composer install
to install packages for php7.4Thank you
- Login to Reply