Skip to content
Snippets Groups Projects
Commit 550cee9a authored by jurgenhaas's avatar jurgenhaas
Browse files
composer/plugin/drupal-development-environment#13 Add support for extended composer audit, disabled by default
parent 98db7757
Branches
No related tags found
No related merge requests found
......@@ -34,6 +34,10 @@ stages:
- composer config --no-plugins --no-interaction allow-plugins.php-http/discovery false
# Allow PHPStan Extension Installer
- composer config --no-plugins --no-interaction allow-plugins.phpstan/extension-installer true
# Allow Drupal Dependency Quality Gate Composer Audit plugin
- if [[ "$IGNORE_COMPOSER_EXTENDED_AUDIT" == "0" ]]; then composer config --no-plugins --no-interaction allow-plugins.mxr576/ddqg-composer-audit true; fi
# Disallow Drupal Dependency Quality Gate Composer Audit plugin
- if [[ "$IGNORE_COMPOSER_EXTENDED_AUDIT" == "1" ]]; then composer config --no-plugins --no-interaction allow-plugins.mxr576/ddqg-composer-audit false; fi
.customreferences:
LanguageFiles: []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment