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 b224710 commit 2a17c9fCopy full SHA for 2a17c9f
.github/workflows/checks.yml
@@ -24,7 +24,7 @@ jobs:
24
php-version: ${{ matrix.php-version }}
25
-
26
name: Install composer
27
- run: composer update --no-progress --prefer-stable --prefer-dist --no-interaction --no-suggest
+ run: composer install --no-progress --prefer-dist --no-interaction
28
29
name: Run lint
30
run: composer lint
0 commit comments