fzaninotto / DependencyWheel

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

Added ability to display dev dependencies #10

Closed kynx closed 8 years ago

kynx commented 8 years ago

Kinda quick and dirty, but that's the way I like it :)

fzaninotto commented 8 years ago

I don't like the multiple Ifs. It'd be better to let the developer merge dev dependencies and normal dependencies before calling the main method.

kynx commented 8 years ago

Fair enough. Like I said, it was a hack :)