-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --dev argument and behave similar to composer by ignoring development dependencies #2
Comments
A bit more complex than that.
|
mimicking composer's --no-dev option is a good idea. I do not have any idea how to make it happen but it is definitely a need :) +1 |
@shprink, absolutely! I've opened a PR to support this in the underlying library just yesterday (schmittjoh/composer-deps-analyzer#9). I'll report progress in this ticket. |
Good to know thanks. At the moment I had to re-install temporary repo with --no-dev to get the right diagram. |
any news? |
Yeah, I've pushed an upstream PR (schmittjoh/composer-deps-analyzer#9), but haven't received any feedback so far. Meanwhile, there's also a pending PR (#19) which implements this in our code base instead of pushing this upstream. I suppose any input is welcome :) Perhaps coordinate efforts and pick up either / decide on either PR? 👍 |
Not much to add, except a strong +1 for being able to ignore |
The current behavior is to also visualize development dependencies. This should be changed to ignore them by default and add a new
--dev
argument flag which enables showing development dependencies.The text was updated successfully, but these errors were encountered: