Skip to content
Snippets Groups Projects
Commit 53ef7fc2 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add support for zodiacmedia/drupal-libraries-installer

parent bd44e79a
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ stages:
- 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 Libraries Installer
- composer config --no-plugins --no-interaction allow-plugins.zodiacmedia/drupal-libraries-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
......
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