insite/composer-dry-run

GrumPHP task that calls 'composer update --lock --dry-run'

0.2.0 2023-10-09 16:25 UTC

This package is auto-updated.

Last update: 2024-04-09 17:40:42 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: ~