g1a/composer-update-lock-only

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

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:composer-plugin

pkg:composer/g1a/composer-update-lock-only

0.2.0 2019-11-29 05:15 UTC

This package is auto-updated.

Last update: 2025-09-29 02:49:57 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.