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 d839215 commit c20e755Copy full SHA for c20e755
1 file changed
scripts/code-analysis
@@ -53,7 +53,9 @@ drupal_composer config --merge --json extra.drupal-lenient.allowed-list '["drupa
53
drupal_composer require wikimedia/composer-merge-plugin
54
drupal_composer config extra.merge-plugin.include "$module_path/composer.json"
55
# https://www.drupal.org/project/drupal/issues/3220043#comment-14845434
56
-drupal_composer require --dev symfony/phpunit-bridge
+# --with-all-dependencies allows locked transitive dependencies (e.g.
57
+# guzzlehttp/psr7) to move when resolving the merged module requirements.
58
+drupal_composer require --dev --with-all-dependencies symfony/phpunit-bridge
59
60
# Run PHPStan
61
(cd "$drupal_dir/$module_path" && ../../../../vendor/bin/phpstan)
0 commit comments