Skip to content
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 ability to dump usages of a package, simplify bin script #88

Merged
merged 9 commits into from
Mar 15, 2024

Conversation

janedbal
Copy link
Member

@janedbal janedbal commented Mar 5, 2024

Usage:

vendor/bin/composer-dependency-analyser --dump-usages symfony/console

My typical approach when verifying reported errors was:

  • Dev in prod -> I want to see its usages
  • Prod in dev -> I want to see its usages
  • Shadow dependency -> I want to see its usages
  • Unused dependency -> I want to list its classes and fuzzy check those by CTRL+F

So this should help with 1-3

@janedbal janedbal marked this pull request as ready for review March 15, 2024 09:40
@janedbal janedbal changed the title Add ability to dump usages of a package Add ability to dump usages of a package, simplify bin script Mar 15, 2024
@janedbal janedbal merged commit da33ae7 into master Mar 15, 2024
31 checks passed
@janedbal janedbal deleted the dump-usages branch March 15, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant