Came across the problem that when I wanted to require a new module using composer (through the console), the module wouldn't install because composer wanted a higher PHP version to do it (the CLI Version is the one used by the console).
Luckily, there is a way to switch PHP versions in the console (if your hoster has installed it)
- Read more about Composer requires another PHP version
- Log in to post comments