Skip to content

Commit c20e755

Browse files
committed
test1
1 parent d839215 commit c20e755

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/code-analysis

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ drupal_composer config --merge --json extra.drupal-lenient.allowed-list '["drupa
5353
drupal_composer require wikimedia/composer-merge-plugin
5454
drupal_composer config extra.merge-plugin.include "$module_path/composer.json"
5555
# https://www.drupal.org/project/drupal/issues/3220043#comment-14845434
56-
drupal_composer require --dev symfony/phpunit-bridge
56+
# --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
5759

5860
# Run PHPStan
5961
(cd "$drupal_dir/$module_path" && ../../../../vendor/bin/phpstan)

0 commit comments

Comments
 (0)