g1a/composer-update-lock-only

Run 'composer update:lock' to update composer.lock without installing dependencies.

0.2.0 2019-11-29 05:15 UTC

This package is auto-updated.

Last update: 2024-03-29 04:18:26 UTC


README

Run 'composer update:lock-only' to update composer.lock file per 'composer update' without downloading dependencies.

Usage

$ composer global require --no-dev g1a/composer-update-lock-only
$ composer update:lock-only

Note that it is appropriate and safe to use composer global require to install this tool because:

  1. It is a Composer Plugin.
  2. It has no dependencies (when installed with --no-dev).

See Fixing the Composer Global Command for more information.