Magento2
Magento2 copied to clipboard
Doesn't works with magento 2.4
Hi. Magento 2.4 can't run with php 7.1. It needs php 7.3 or latest.
So why not update instead to 8x?
Sounds better.
how i can update php for 7.4
@bonzinho just update your docker configuration. But this is doesn't mean will gonna work.
@rafaelstz This is what I've said to you on LinkedIn, we can manually change the PHP version on docker, but still needs to be fixed here!
Also, a configuration that worked for me to solve the memory exhaustion on composer install was to change memory_limit to -1 in the php.ini, but I had to make this AFTER I built the machine because it was hard coded into your image, can you fix this when possible?