ionbazan/Composer Diff

Compare composer.lock files and generate human-readable list of package changes

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
baseBase composer.lock file path or git ref yes${{ github.event.pull_request.base.sha }}
targetTarget composer.lock file path or git refyescomposer.lock
formatOutput format (mdtable, mdlist, json, github, pr)yespr
strictExit with non-zero status code if there are any changesno
no-devExclude dev dependenciesno
no-prodExclude prod dependenciesno
directOnly show direct dependenciesno
with-platformInclude platform dependenciesno
with-linksInclude compare/release URLsno
with-licensesInclude license informationno
filterLimit output to packages matching given glob pattern(s), one per lineno
sortSort packages by name or operationno
extra-argumentsAdditional arguments passed to composer diff commandyes--no-ansi
namedescription
composer_diffDiff output - use it to create a PR comment
composer_diff_exit_codeResult of command (exit code) - use it to check the status