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 c7f46cf commit a73f2f7Copy full SHA for a73f2f7
.github/workflows/run-tests.yml
@@ -60,7 +60,7 @@ jobs:
60
61
- name: Install dependencies
62
run: |
63
- composer require "laravel/support:${{ matrix.laravel }}" --no-interaction --no-update
+ composer require "illuminate/support:${{ matrix.laravel }}" --no-interaction --no-update
64
composer require "orchestra/testbench:${{ matrix.testbench }}" --dev --no-interaction --no-update
65
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
66
0 commit comments