Skip to content

Commit

Permalink
- allow phpstan 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrundkoetter committed Dec 6, 2024
1 parent aa24765 commit 2ee9f1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/config/phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
parameters:
level: 5
treatPhpDocTypesAsCertain: false
paths:
- ../../src
- ../../tests
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"friendsofphp/php-cs-fixer": "^3.8",
"phpstan/phpstan": "^1.6",
"phpstan/phpstan": "^1.6 || ^2.0",
"infection/infection": "^0.26.8"
},
"scripts": {
Expand Down

0 comments on commit 2ee9f1b

Please sign in to comment.