Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/greg-1-anderson/composer-update-lock-only
- Owner: greg-1-anderson
- Created: 2019-07-23T00:30:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T05:15:56.000Z (about 5 years ago)
- Last Synced: 2024-10-26T06:11:01.923Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.