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

Fix plugin allow list

parent 1eeb9699
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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