Skip to content

Commit

Permalink
update phpstan/phpstan to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Nov 19, 2024
1 parent 692f144 commit 692e065
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: php-actions/phpstan@v3
with:
path: src/ tests/
level: 9
level: 10


4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"guzzlehttp/psr7": "^2.0"
},
"require-dev": {
"phpstan/phpstan": "^1.11",
"phpunit/phpunit": "^10.5",
"guzzlehttp/guzzle": "^7.8",
"friendsofphp/php-cs-fixer": "^3.57",
"vimeo/psalm": "^5.24",
"psalm/plugin-phpunit": "^0.19"
"psalm/plugin-phpunit": "^0.19",
"phpstan/phpstan": "^2.0"
},
"suggest": {
"guzzlehttp/guzzle": "^7.0",
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
level: 9
level: 10
paths:
- src
- tests

0 comments on commit 692e065

Please sign in to comment.