phpstan 2.0 upgrade and fixes

This commit is contained in:
2024-11-18 20:10:09 +09:00
parent b9feacaded
commit a7ade86485
2 changed files with 8 additions and 3 deletions

View File

@@ -27,7 +27,9 @@
},
"require-dev": {
"phpunit/phpunit": "^9",
"phpstan/phpstan": "^1.10",
"phan/phan": "^5.4"
"phan/phan": "^5.4",
"phpstan/phpstan": "^2.0",
"phpstan/phpdoc-parser": "^2.0",
"phpstan/phpstan-deprecation-rules": "^2.0"
}
}