We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8481788 commit 42153a9Copy full SHA for 42153a9
scripts/code-analysis
@@ -26,6 +26,11 @@ drupal_composer config minimum-stability dev
26
# https://getcomposer.org/doc/06-config.md#allow-plugins
27
drupal_composer config --no-plugins allow-plugins true
28
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
+
34
drupal_composer require wikimedia/composer-merge-plugin
35
drupal_composer config extra.merge-plugin.include "$module_path/composer.json"
36
# https://www.drupal.org/project/drupal/issues/3220043#comment-14845434
0 commit comments