A Drush plugin to compare the versions present in the composer.lock with the ones requested in composer.json.

Frederic G. MARAND 587a5c126d Added license information. hace 7 años
.gitignore a31ede62a1 Document command. hace 7 años
LICENSE.txt 587a5c126d Added license information. hace 7 años
README.md 587a5c126d Added license information. hace 7 años
composer.json 587a5c126d Added license information. hace 7 años
composer_check.drush.inc a31ede62a1 Document command. hace 7 años

README.md

Drupal Composer check

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.

Syntax

  • Arguments:
    • composer.lock: Optional. The path to the lock file. Defaults to the one in Drupal root.
  • Options:
    • --all: List all locked packages, even those not requested
    • --yaml: Produce YAML output instead of a table
  • Aliases: cc

Examples

  • 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

License

Like any Drupal code, this plugin is licensed under the General Public License, version 2.0 or later.

For jurisdictions needing it, it is also licensed under the CeCILL 2.1 or later.