3
I’m facing a problem to run the composer install
due to a package that is incompatible with the version of the Laravel that I currently use;
The version I have is 4.1 with php 5.6, but when I run install
get the message;
Illuminate/support v5.5.2 requires php >=7.0 -> your PHP version (5.6.32) does not satisfy that requirement.
Unfortunately someone has updated the package and now I can’t install it in the right environment. How can I do the downgrade
for packages to be compatible with the current version of Standard? (4.1)
You don’t have a project backup before you upgrade?
– Darlei Fernando Zillmer
unfortunately not @Darleifernandozillmer, the person who did this did it right on the production server and nobody knows what was done, so much so that nothing registered in git.
– RFL
Good but if you have in git da to compare the latest version there with the current updated. Anyway, you cited 4.1 at the end of the question and 5.1 at the beginning, just to clarify, which version of php and current and previous upgrade?
– Darlei Fernando Zillmer
@Darleifernandozillmer my fault, already corrected!
– RFL