sllh/composer-versions-check

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

Maintainers

👁 Soullivaneuh

Package info

github.com/Soullivaneuh/composer-versions-check

Issues

Type:composer-plugin

pkg:composer/sllh/composer-versions-check

Statistics

Installs: 2 358 105

Dependents: 20

Suggesters: 2

Stars: 235

v2.0.5 2021-07-12 14:38 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT f86f69b25fd029466e3ca16036dfcac78a5f1ce3

  • Sullivan SENECHAL <soullivaneuh.woop@gmail.com>

plugincomposerupdateversions

This package is auto-updated.

Last update: 2026-06-13 01:24:34 UTC


README

composer-versions-check is a plugin for Composer.

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

👁 Latest Stable Version
👁 Latest Unstable Version
👁 License
👁 Dependency Status
👁 Reference Status

👁 Total Downloads
👁 Monthly Downloads
👁 Daily Downloads

👁 Build Status
👁 Scrutinizer Code Quality
👁 Code Climate
👁 Coverage Status
👁 SensioLabsInsight

👁 composer-versions-check_demo

Screencast provided by Silentcast.

Installation

You can install it either globally (recommended):

composer global require sllh/composer-versions-check

or locally (as require-dev dependency then):

composer require --dev sllh/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": {
 "sllh-composer-versions-check": {
 "show-links": false
 }
 }
}
  • show-links: Shows outdated package links. Set to true to get a larger output, like the demo.