Skip to content

Commit e39c71e

Browse files
authored
Merge pull request #161 from Sysix/update-phpstan
update `phpstan/phpstan` to v2
2 parents 692f144 + 692e065 commit e39c71e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- uses: php-actions/phpstan@v3
1313
with:
1414
path: src/ tests/
15-
level: 9
15+
level: 10
1616

1717

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"guzzlehttp/psr7": "^2.0"
2424
},
2525
"require-dev": {
26-
"phpstan/phpstan": "^1.11",
2726
"phpunit/phpunit": "^10.5",
2827
"guzzlehttp/guzzle": "^7.8",
2928
"friendsofphp/php-cs-fixer": "^3.57",
3029
"vimeo/psalm": "^5.24",
31-
"psalm/plugin-phpunit": "^0.19"
30+
"psalm/plugin-phpunit": "^0.19",
31+
"phpstan/phpstan": "^2.0"
3232
},
3333
"suggest": {
3434
"guzzlehttp/guzzle": "^7.0",

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
level: 9
2+
level: 10
33
paths:
44
- src
55
- tests

0 commit comments

Comments
 (0)