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 fc45dd0 commit 331304dCopy full SHA for 331304d
1 file changed
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
35
36
- name: Install dependencies
37
- run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-suggest
+ run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
38
39
- name: Require illuminate/collections
40
run: composer require illuminate/collections
0 commit comments