Nils Adermann
Nils Adermann
> @naderman I've experienced that more often than not I need a "disposable" vendor folder. When something goes wrong I can often solve the issue by deleting the lock and...
> > You can select source install for specific packages > > But this means I have to change the `composer.json`, something I don't want to do in the project...
Keep in mind sorting discussion here https://github.com/composer/composer/pull/8723
Should also properly remove getReason on operations: https://github.com/composer/composer/issues/9230
Yes that's the idea in a way :-)
I'm really not sure this is a good idea. We discussed in https://github.com/composer/composer/pull/2898#issuecomment-46298594 why having an ExtensionInstaller is a bad idea, and outlined how this should be implemented instead. The...
Yes I do want it to be integrated, just in the way outlined in that other PR, not as an extension installer.
For now reverted back to v1 method of only displaying conclusions, as the the reason rules are usually listed as part of the problem anyway: https://github.com/composer/composer/pull/9310
Sorting it slightly improved by better problem sections as a consequence of https://github.com/composer/composer/pull/9312
Hey, this looks really interesting. Can you share how you were measuring how long it took Composer to find the solution? Due to lazy loading even the generation of rules...