Stars: 581
Forks: 26
Pull Requests: 54
Issues: 28
Watchers: 11
Last Updated: 2023-09-01 09:06:08
:notebook: Display better summary after Composer update
License: MIT License
Languages: PHP, Shell
composer-changelogs is a plugin for Composer. It displays some texts after each Composer update to nicely summarize the modified packages with links to release and compare urls. Just copy it in your commit body and you get a nice description.
You can install it either globally:
composer global require "pyrech/composer-changelogs"
or locally:
composer require --dev "pyrech/composer-changelogs"
That's it! Composer will enable automatically the plugin as soon it's installed. Just run your Composer updates as usual :)
If you no longer want to display summary, you can either:
--no-plugins
Here is some documentation about the project:
You can see the current and past versions using one of the following:
git tag
commandAnd finally some meta documentation:
Kudos to Damien Alexandre for the idea.
composer-changelogs is licensed under the MIT License - see the LICENSE file for details.