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 e185521 commit a97c184Copy full SHA for a97c184
.github/workflows/tests.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Install dependencies
53
run: |
54
- composer require "illuminate/contracts:${{ matrix.laravel }}" "swisnl/illuminate-collections:${{ matrix.laravel }}" --no-interaction --no-update
+ composer require "illuminate/contracts:${{ matrix.laravel }}" --no-interaction --no-update
55
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
56
57
- name: Execute tests
0 commit comments