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
Requires
- php: >=5.4
 - composer-plugin-api: ^1.0.0
 
Requires (Dev)
- composer/composer: ^1.7
 - php-coveralls/php-coveralls: ^1.0
 - phpunit/phpunit: ^4.8.36|^6
 - squizlabs/php_codesniffer: ^2.8
 
This package is auto-updated.
Last update: 2025-10-29 02:57:47 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:
- It is a Composer Plugin.
 - It has no dependencies (when installed with --no-dev).
 
See Fixing the Composer Global Command for more information.