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 73fb2cc commit 114109aCopy full SHA for 114109a
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
run: composer validate --working-dir=. --strict
49
50
- name: Install PHP dependencies
51
- run: composer update --${{ matrix.dependency-version }} --ansi --no-interaction --prefer-dist --no-dev
+ run: composer update --${{ matrix.dependency-version }} --ansi --no-interaction --prefer-dist
52
53
- name: Check PHP Syntax
54
run: composer check-syntax
0 commit comments