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 7e1d177 commit 4b6bf34Copy full SHA for 4b6bf34
.github/workflows/run-tests.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Install dependencies
49
run: |
50
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --dev --no-interaction --no-update
51
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
52
53
- name: List Installed Dependencies
0 commit comments