From 8fd56b343319573188b07235d69901b7c4e2cedd Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Mon, 1 Sep 2025 14:16:11 +0200 Subject: [PATCH] Update composer require command in testing.yml --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 512823c..45f6f1f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -31,7 +31,7 @@ jobs: composer config prefer-stable true composer config repositories.0 '{"type": "path", "url": "'$GITHUB_WORKSPACE'/packages/uebertool-companion", "options": {"symlink": false}}' composer config repositories.1 '{"type": "composer", "url": "https://asset-packagist.org"}' - composer require drupal/core-dev:^11.1.1 \ + composer require -W drupal/core-dev:^11.1.1 \ drush/drush \ ueberbit/uebertool_companion