Download the PHP package stepanenko3/composer-versions-check without Composer
On this page you can find all versions of the php package stepanenko3/composer-versions-check. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stepanenko3/composer-versions-check
More information about stepanenko3/composer-versions-check
Files in stepanenko3/composer-versions-check
Download stepanenko3/composer-versions-check
More information about stepanenko3/composer-versions-check
Files in stepanenko3/composer-versions-check
Vendor stepanenko3
Package composer-versions-check
Short Description Checks if packages are up to date to last major versions after update
License MIT
Package composer-versions-check
Short Description Checks if packages are up to date to last major versions after update
License MIT
Please rate this library. Is it a good library?
Informations about the package composer-versions-check
composer-versions-check
composer-versions-check is a plugin for Composer.
It warns user for outdated packages from last major versions after update command.
Installation
You can install it either globally (recommended):
or locally (as require-dev dependency then):
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:
ignore-sub-dependencies
: Shows only outdated root packages.show-links
: Shows outdated package links. Set totrue
to get a larger output, like the demo.vendor
: Limits the output to a specific vendor/provider.
All versions of composer-versions-check with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.3 || ^7.0 || ^8.0
composer-plugin-api Version ^1.0 || ^2.0
composer-plugin-api Version ^1.0 || ^2.0
The package stepanenko3/composer-versions-check contains the following files
Loading the files please wait ....