Skip to content

Commit 42153a9

Browse files
committed
Fixing automatic build
1 parent 8481788 commit 42153a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/code-analysis

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ drupal_composer config minimum-stability dev
2626
# https://getcomposer.org/doc/06-config.md#allow-plugins
2727
drupal_composer config --no-plugins allow-plugins true
2828

29+
# Making Drupal 10 compatible
30+
drupal_composer require psr/http-message:^1.0
31+
drupal_composer require mglaman/composer-drupal-lenient
32+
drupal_composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/coc_forms_auto_export", "drupal/webform_node_element"]'
33+
2934
drupal_composer require wikimedia/composer-merge-plugin
3035
drupal_composer config extra.merge-plugin.include "$module_path/composer.json"
3136
# https://www.drupal.org/project/drupal/issues/3220043#comment-14845434

0 commit comments

Comments
 (0)