We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592c7cc commit d8a9f51Copy full SHA for d8a9f51
composer.json
@@ -33,8 +33,8 @@
33
"ergebnis/composer-normalize": ">=2.19 <2.30",
34
"nikic/php-parser": "< 5.0.1",
35
"phan/phan": "^5.4.5",
36
- "phpstan/phpstan": "^1.12",
37
- "phpstan/phpstan-strict-rules": "^1.6",
+ "phpstan/phpstan": "^2.0",
+ "phpstan/phpstan-strict-rules": "^2.0",
38
"phpunit/phpunit": "^9.6.15",
39
"psalm/plugin-phpunit": "^0.19",
40
"sabre/event": ">= 5.1.6",
phpstan.neon
@@ -1,5 +1,5 @@
1
parameters:
2
- level: max
+ level: 9
3
bootstrapFiles:
4
- %rootDir%/../../../tests/static_analysis_bootstrap.php
5
paths:
0 commit comments