A tool to create commit messages for changes in a composer.lock file.
Install from npm (as root):
# npm install -g composer-diff
Autofill the commit message:
$ composer-diff | git commit -F-
or as a commit template:
$ git commit -t- <(composer-diff)