A Drush plugin to compare the versions present in the composer.lock with the ones requested in composer.json.
|
8 年 前 | |
---|---|---|
.gitignore | 8 年 前 | |
README.md | 8 年 前 | |
composer.json | 8 年 前 | |
composer_check.drush.inc | 8 年 前 |
This Drush plugin provides a composer-check
(alias cc
) command, which
compares the packages versions in composer.lock
with those requested in the
composer.json
file of a Drupal 8 project.
composer.lock
: Optional. The path to the lock file. Defaults to the one in
Drupal root.--all
: List all locked packages, even those not requested--yaml
: Produce YAML output instead of a tablecc
Default usage in a drupal/drupal
project:
drush cc
Listing all packages in a drupal-composer/drupal-project
project, in YAML format:
drush cc --all --yaml $PWD/composer.lock