Closed jfoucher closed 5 years ago
Hi, according to your log, the conflict is in symfony/event-dispatcher v4.2.2
.
Magallanes 3 requires symfony 3. If you have a dependency on symfony 4 components, you can install Magallanes 4.
Cheers!
Thanks for the quick reply. The issue stemmed from the fact that some dependencies used symfony 4 components and some others used symfony 3 components. I forced everything to use Symfony 3 components and installed Magellanes 3 and everything worked. BTW major kudos for using the same version number as the symfony version you're currently depending on, that simplifies things a lot !
When installing Magellanes 3.0 in a Laravel 5.5 project I get the following errors :
And so on but you get the gist of it
If I install Magellanes 4.* I get similar errors :
It seems Laravel uses some symfony 4 components and some Symfony3 components and Magellanes needs one or the other. Is there a way this can be fixed ? Thanks