You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New features:
Ability to scan codebase outside of installed folder (#93)
This allows usage of composer-bin-plugin, easy scans of codebases with PHP < 7.2, composer's global install, single install in monorepo and similar approaches
Ability to dump usages of a package via --dump-usages symfony/console (#88)
Handy when verifying reported issues
Improvements:
Support absolute path in --composer-json and --config (#98)