Skip to content

Commit

Permalink
Update phpstan config
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRoosz committed Jan 14, 2025
1 parent 720654b commit 31293c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},

"require-dev": {
"phpstan/phpstan": "^2.1.1"
"phpstan/phpstan": "^1.12.15"
},

"autoload": {
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: max
level: 9
paths:
- .
excludePaths:
Expand Down

0 comments on commit 31293c7

Please sign in to comment.