Skip to content
Snippets Groups Projects
Commit 88965b36 authored by jurgenhaas's avatar jurgenhaas
Browse files
composer/plugin/drupal-10-scaffold#1 Generally allow oomphinc/composer-installers-extender in pipelines
parent d7cf4683
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,8 @@ 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 Composer Installer Extender
- composer config --no-plugins --no-interaction allow-plugins.oomphinc/composer-installers-extender 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment