insite / composer-dry-run
GrumPHP task that calls 'composer update --lock --dry-run'
0.2.0
2023-10-09 16:25 UTC
Requires
- phpro/grumphp: ^2.1
This package is auto-updated.
Last update: 2024-11-06 17:23:41 UTC
README
This GrumPHP task
runs composer update --lock --dry-run
.
It can be used to detect inconsistencies in the Composer lock file before committing it.
It can be used like this:
--- grumphp: extensions: - ComposerDryRun\Loader tasks: composer_dry_run: ~