fzaninotto / DependencyWheel

A package dependency visualization using d3.js. Currently supports Composer for PHP.
http://www.redotheweb.com/DependencyWheel/
MIT License
264 stars 155 forks source link

Add information about the used and resolved version #17

Open XedinUnknown opened 6 years ago

XedinUnknown commented 6 years ago

It would be extremely useful if the dep package names (the ones outside the circle) had next to them the versions, at which they are used. It would be even more useful if, when showing deps of a particular package, there would also be the version constraint (the version at which the deps are requested) next to the lines. Would something like this be possible?

My project has 120 dependencies, and clue/graph-composer produces a 16 MB PNG that is 25k px wide; it's impossible to understand anything at all from it. Adding the above would be a real life-saver!