composer-license-checker
composer-license-checker copied to clipboard
Quickly scan your dependencies, see what licenses they use, or validate in your CI pipeline that no unwanted licenses were merged.
`./vendor/bin/composer-license-checker report --show-packages` errors with "Cache key length must be greater than zero". If it helps, the output until it failed was: ``` Looking up Apache-2.0 ... Looking up MIT...
Add a step to the CI pipeline to make sure that every set of installable dependencies results in a working CLI script. The pipeline should run `./composer-license-checker report` and `./composer-license-checker...
Extend the `check` command to be able to use files as a source for their allowlist or blocklist. Currently, this is possible by passing a flag multiple times: ```sh #...
I have a project that checks out repos of all other projects to verify certain aspects, including itself. I added composer-license-checker, and it worked fine inside the checker repo being...
Add phpstan up to level 5. Level 6 will require annotation of all the return types. :) Note that this also modifies your github CI