Composer-Eclipse-Plugin
Composer-Eclipse-Plugin copied to clipboard
Add debug mode for dependency graph
Background
When being in dependency hell, especially for deeply-nested transitive dependencies, composer error messages can get really confusing.
Idea
Provide the composer dependency graph with a Debug mode that does the following
- Load the local
composer.jsonfile - Build a tree for the local dependencies via
packagist.org - Visualize the dependencies including versionnumbers
This way the graph can be used to visualize the actual problem and hopefully make dependency hell a thing of the past ;)
See https://github.com/composer/composer/pull/1827
+1
+1