Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/greg-1-anderson/composer-update-lock-only

Run 'composer update:lock' to update composer.lock without downloading dependencies.
https://github.com/greg-1-anderson/composer-update-lock-only

Last synced: 18 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Composer Update Lock Only

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](https://pantheon.io/blog/fixing-composer-global-command) for more information.