From deb161e9ea860dc3c0420a8d4d5cc1c73649730f Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Thu, 27 Jun 2024 17:51:56 +0200 Subject: [PATCH] Fix plugin allow list --- mixins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixins.yml b/mixins.yml index 3858204..05d4a32 100644 --- a/mixins.yml +++ b/mixins.yml @@ -33,7 +33,7 @@ stages: # see https://github.com/drupal/core-vendor-hardening - composer config --no-plugins --no-interaction allow-plugins.drupal/core-vendor-hardening true # Disallowing plugin script. - - composer config --no-plugins --no-interaction allow-plugins.php-http/discovery false + - composer config --no-plugins --no-interaction allow-plugins.php-http/discovery true # Allow PHPStan Extension Installer - composer config --no-plugins --no-interaction allow-plugins.phpstan/extension-installer true # Allow Composer Installer Extender -- GitLab