diff --git a/mixins.yml b/mixins.yml index dfe1342c18956746c7bd6db719cc372aa8dece37..c7e7b78878c619f25d4c2865b009dc6106a4a19c 100644 --- a/mixins.yml +++ b/mixins.yml @@ -47,6 +47,8 @@ stages: # Check if lenient project is required - LENIENT=$(jq '.config."allow-plugins"."mglaman/composer-drupal-lenient"' composer.json) - if [[ "$LENIENT" == "true" ]]; then composer global config --no-plugins allow-plugins.mglaman/composer-drupal-lenient true; composer global require mglaman/composer-drupal-lenient; fi + # Update composer audit CVEs + - sed -i "s/DDQG-unsupported-drupal-smart_date-4.1.0.0-RC4/DDQG-unsupported-drupal-smart_date-4.1.0.0-RC5/g" composer.json .customreferences: LanguageFiles: []