We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab48d7e commit 37a4db8Copy full SHA for 37a4db8
.github/workflows/main.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Install PHPStan Composer dependencies
42
working-directory: phpstan
43
#old PM has security issues, we don't care because it's only for static analysis
44
- run: composer install --prefer-dist --no-interaction --no-security-blocking
+ run: composer update --prefer-dist --no-interaction --no-security-blocking
45
46
- name: Run PHPStan
47
0 commit comments