Skip to content

Commit

Permalink
Load extra dependencies as dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Nov 4, 2023
1 parent c4226f8 commit cbc30c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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
Expand Down

0 comments on commit cbc30c7

Please sign in to comment.