fgm/composer-check
Composer 安装命令:
composer require fgm/composer-check
包简介
A Drush plugin to check installed versus requested versions of vendor packages in Drupal 9/8 projects.
README 文档
README
This Drush plugin provides a composer:check (alias cch) command, which
compares the packages versions in composer.lock with those requested in the
composer.json file of a Drupal 9 project.
Syntax
- Arguments :
composer.lock: Optional. The path to the lock file. Defaults to the one above the project root, which is the default in modern Composer layouts for Drupal 9.
- Options :
--all: List all locked packages, even those not requested--yaml: Produce YAML output instead of a table
- Aliases:
cch
Composer / Packagist
This package is available on Packagist as fgm/composer-check.
Examples
Default usage in a
drupal/core-recommendedordrupal-composer/drupal-projectproject :drush cchListing all packages in a legacy
drupal/drupalproject, in YAML format :drush cch --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.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2017-01-31