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 433f9e0 commit f3460baCopy full SHA for f3460ba
composer.json
@@ -20,9 +20,9 @@
20
},
21
"require-dev": {
22
"ext-json": "*",
23
- "phpstan/phpstan": "^0.12.51",
24
- "phpstan/phpstan-phpunit": "^0.12.16",
25
- "phpstan/phpstan-strict-rules": "^0.12.5",
+ "phpstan/phpstan": "^1.0.0",
+ "phpstan/phpstan-phpunit": "^1.0.0",
+ "phpstan/phpstan-strict-rules": "^1.0.0",
26
"phpunit/phpunit": "^9.4"
27
28
"config": {
phpstan.neon.dist
@@ -1,5 +1,6 @@
1
parameters:
2
- bootstrap: %currentWorkingDirectory%/tests/bootstrap.php
+ bootstrapFiles:
3
+ - %currentWorkingDirectory%/tests/bootstrap.php
4
level: max
5
excludes_analyse:
6
- %currentWorkingDirectory%/tests/*/data/*
0 commit comments