composer-diff
composer-diff copied to clipboard
Compares composer.lock changes and generates Markdown report so you can use it in PR description.
It would be nice to support Drupal.org's packages with composer diff links and diffs, currently they are not supported.
Resolves https://github.com/IonBazan/composer-diff/issues/24
Currently platform requirement changes are only listed when they are explicitly defined in the root package `composer.json`. Requiring a package with a transitive platform requirement causes such dependency to be...
This tool is fantastic! I'm currently using it in my automated package upgrade workflow to generate PR descriptions. Recently, I discovered a clearer and more intuitive version comparison tool called...
I would love to have a column in the diff that indicates whether its a direct dependency or not (and if not it would be nice if one could somehow...