Hi there, I need php 5.5.9 for a require of composer. But my current php version it’s 5.3.10-1ubuntu3.21.
Does anybody know if is possible change the php version on Free plan?
Thanks in forward
Hi there, I need php 5.5.9 for a require of composer. But my current php version it’s 5.3.10-1ubuntu3.21.
Does anybody know if is possible change the php version on Free plan?
Thanks in forward
Hi,
You sure can. In your circle.yml file you just need the following:
machine:
php:
version: 5.5.9
I hope that helps.
Thank! I’ve just finished to read documentation.
That worked!