Skip to content

Commit b0d4041

Browse files
Upgrade phpstan
1 parent bd06d58 commit b0d4041

File tree

4 files changed

+85
-6
lines changed

4 files changed

+85
-6
lines changed

.github/workflows/static.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
timeout_minutes: 5
3434
max_attempts: 5
35-
command: composer bin phpstan update --no-interaction --no-progress
35+
command: composer bin phpstan install --no-interaction --no-progress
3636

3737
- name: Execute PHPStan
3838
run: vendor/bin/phpstan analyze --no-progress

.gitignore

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.phpunit.result.cache
2-
composer.lock
3-
phpstan.neon
4-
phpunit.xml
1+
/.phpunit.result.cache
2+
/composer.lock
3+
/phpstan.neon
4+
/phpunit.xml
55
vendor

vendor-bin/phpstan/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"php": "^7.4",
4-
"phpstan/phpstan": "1.10.48"
4+
"phpstan/phpstan": "2.1.3"
55
},
66
"config": {
77
"preferred-install": "dist"

vendor-bin/phpstan/composer.lock

+79
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)