Closed egeloen closed 12 years ago
Currently, Composer installs the recommendations of the root package by default but not the recommendations of the deps. This is still missing in the solver.
It seems that a lot of features only works in the root package. I hope the solver will evolve on this way! Btw, thanks !
@egeloen allowing scripts only on the root is not a technical limitation of the solver. There is 2 reasons:
Thanks for your explanation !
Hey,
I have followed the tutorial explaining how to install mink with composer available here. So, my composer.json looks like:
All works fine excepts the recommend section is not installed. According to the composer documentation, this section is by default installed. Someone can explain me what is wrong ?