From 847c2a0eb40d06aa146e54a70071a9f70bbdcd9d Mon Sep 17 00:00:00 2001 From: Christian Scheb Date: Sat, 4 Nov 2023 16:07:48 +0100 Subject: [PATCH] [Deps] Extra dependencies as dev --- .github/actions/setup-build/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-build/action.yaml b/.github/actions/setup-build/action.yaml index 830da77f..e255be5d 100644 --- a/.github/actions/setup-build/action.yaml +++ b/.github/actions/setup-build/action.yaml @@ -64,7 +64,7 @@ runs: - name: "Require extra Composer dependencies" if: ${{ inputs.composer-require }} shell: bash - run: composer require ${{ inputs.composer-require }} --no-update --working-dir=${{ inputs.composer-working-dir }} + run: composer require ${{ inputs.composer-require }} --dev --no-update --working-dir=${{ inputs.composer-working-dir }} - name: "Validate composer.json" shell: bash