Composer-Eclipse-Plugin icon indicating copy to clipboard operation
Composer-Eclipse-Plugin copied to clipboard

Add debug mode for dependency graph

Open pulse00 opened this issue 12 years ago • 3 comments

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.json file
  • 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 ;)

pulse00 avatar Apr 15 '13 19:04 pulse00

See https://github.com/composer/composer/pull/1827

pulse00 avatar Apr 25 '13 09:04 pulse00

+1

KeKs0r avatar Jul 10 '13 17:07 KeKs0r

+1

spidgorny avatar May 06 '14 08:05 spidgorny