composer-license-checker icon indicating copy to clipboard operation
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.

Results 5 composer-license-checker issues
Sort by recently updated
recently updated
newest added

`./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...

bug
help wanted
good first issue

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...

help wanted

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 #...

help wanted
good first issue
hacktoberfest

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