Add debug mode for dependency graph #54
Open
Labels
Comments
+1 |
1 similar comment
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 followingcomposer.json
filepackagist.org
This way the graph can be used to visualize the actual problem and hopefully make dependency hell a thing of the past ;)
The text was updated successfully, but these errors were encountered: