I judge your Composer to be insufficent
We've worked on many projects with larger teams where developers end up with
multiple versions of composer all over their local environments. This plugin
will ensure that composer version warnings can't be ignored by developers, which
is especially useful when developers need to run composer update
.
$ composer global require deviantintegral/composer-gavel
$ composer require --dev deviantintegral/composer-gavel
$ composer update
$ composer require --dev deviantintegral/composer-gavel
- Update the composer.lock hash with
$ composer update --lock
.
When the running composer version does not satisfy the constraint, an error will be thrown.
It's recommended to require this plugin on a per-project basis as well as globally. If the plugin is not globally installed, then the version check will not run during the very first composer install or update. The per-project requirement ensures that the plugin is activated after the initial install. The composer version is a root-only key and is not used in dependencies.