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

Allow alpha19 for activitypub module

parent 98d09853
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,9 @@ stages:
- 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-RC5/DDQG-unsupported-drupal-smart_date-4.1.0.0-RC6/g" composer.json
- sed -i "s/DDQG-unsupported-drupal-activitypub-1.0.0.0-alpha18/DDQG-unsupported-drupal-activitypub-1.0.0.0-alpha19/g" composer.json
- sed -i "s/DDQG-unsupported-drupal-gin-3.0.0.0-RC9/DDQG-unsupported-drupal-gin-3.0.0.0-RC10/g" composer.json
- sed -i "s/DDQG-unsupported-drupal-smart_date-4.1.0.0-RC5/DDQG-unsupported-drupal-smart_date-4.1.0.0-RC6/g" composer.json
.customreferences:
LanguageFiles: []
......
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