Hey All,
I’m running Pimcore on docker based on this reference :
It’s working after docker-compose
But somehow it failed after COMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/demo tmp
it is said :
ocramius/package-version 1.5.1 requires php ^7.3.0 -> your php version (7.2.19) does not satisfy that requirement
ocramius/proxy-manager 2.5.0 requires php ^7.4.0 -> your php version (7.2.19) does not satisfy that requirement
anyone can help with this?
thanks before