insite/composer-dry-run

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

Installs: 466

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/insite/composer-dry-run

0.2.0 2023-10-09 16:25 UTC

This package is auto-updated.

Last update: 2025-10-06 19:17:56 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: ~