This course is archived!
This tutorial uses Symfony 3, but all the concepts around PHP 7 are still ?valid.
02.
This course is archived!
This tutorial uses Symfony 3, but all the concepts around PHP 7 are still ?valid.
Whoops, an error! Please, try again later.
4 Comments
Hey,
Thanks for these video's i really enjoy them watching. Maybe an idea.
When i try to change php 5 to php 7 i realised that in the composer.json its locked to version 5 maybe make a composer.json that its on 5 first then you get the list like in the video.
Kind regards,
Emin
Hey Emin,
We require PHP ">=5.5.9" that means it'll work on PHP 7 as well, so you don't need to change this to allow PHP 7 in your project.
Cheers!
Hi @vvictor,
First Thank you for the fast reply
When i revert it back to the old state it seems it locks on to version 5.5 and i cant seem to unlock it to set it to 7.1
Kind regards,
Emin
Hey Emin,
Hm, probably I do not completely understand what exactly is locked? Are you talking about some dependencies that are locked to PHP 5.5? Do you mean Composer dependencies are locked for PHP 5.5? I bet you can just run "composer update" without changing that "php": ">=5.5.9" line and composer will update your dependencies according to PHP 7.
Cheers!
"Houston: no signs of life"
Start the conversation!