Skip to content

Checks if packages are up to date to last major versions after update

License

Notifications You must be signed in to change notification settings

AlsoAsked/composer-versions-check

 
 

Repository files navigation

composer-versions-check

A plugin for Composer. It warns user for outdated packages from last major versions after update command.

CI Latest Stable Version License Total Downloads Monthly Downloads Daily Downloads

composer-versions-check_demo

Screencast provided by Silentcast.

Installation

You can install it either globally (recommended):

composer global require dereuromark/composer-versions-check

or locally (as require-dev dependency then):

composer require --dev dereuromark/composer-versions-check

Usage

That's it! Composer will enable automatically the plugin as soon it's installed.

Just run composer update command to see the plugin working.

Configuration

You can configure the plugin via the COMPOSER_HOME/config.json file. Here is the default one:

{
    "config": {
        "dereuromark-composer-versions-check": {
            "root-packages-only": false,
            "show-links": false
        }
    }
}
  • ignore-sub-dependencies: Shows only outdated root packages.
  • show-links: Shows outdated package links. Set to true to get a larger output, like the demo.

About

Checks if packages are up to date to last major versions after update

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%