Skip to content

composer plugin which creates a composer.list file and shows library version diff at "composer update"

License

Notifications You must be signed in to change notification settings

josefglatz/composer-diff-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

josefglatz/composer-diff-plugin

A composer plugin...

  • to show library version diff at "composer update" (e.g. for putting into your GIT commit message),
  • to create and update a composer.list file next to the composer.json.

composer-diff-plugin

Features

  • print upgrade/downgrade/add/remove of libraries.
  • output composer.list file which can be added to project's GIT repository.

Install/Uninstall

Depending on your use case it makes sense to add this plugin globally in your development environment.

Global

$ composer global require josefglatz/composer-diff-plugin
$ composer global remove josefglatz/composer-diff-plugin

Locally

When installing the plugin locally for a specific project it's recommended to add it as dev-dependency only.

$ composer --dev require josefglatz/composer-diff-plugin
$ composer --dev remove josefglatz/composer-diff-plugin

License

Copyright 2016 Mercari, Inc. Copyright 2020 Josef Glatz

Licensed under the MIT License

Support

Many thanks to my employer supseven.at for sponsoring work time.

About

composer plugin which creates a composer.list file and shows library version diff at "composer update"

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • PHP 100.0%