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 ab3e670 commit 4da053dCopy full SHA for 4da053d
.github/workflows/run-tests.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Install dependencies
56
run: |
57
- composer require "laravel/contracts:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
+ composer require "illuminate/contracts:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
58
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
59
60
- name: Execute tests
0 commit comments