Skip to content

Commit 8e5a71e

Browse files
committed
raise minimum PHPStan version
1 parent 21e8808 commit 8e5a71e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"require-dev": {
3333
"ergebnis/composer-normalize": ">=2.19 <2.30",
3434
"phan/phan": "^5.4.2",
35-
"phpstan/phpstan": "^1.0",
36-
"phpstan/phpstan-strict-rules": "^1.0",
35+
"phpstan/phpstan": "^1.12",
36+
"phpstan/phpstan-strict-rules": "^1.6",
3737
"phpunit/phpunit": "^7.5.20 || ^8.5.36 || ^9.6.15",
3838
"psalm/plugin-phpunit": "^0.18",
3939
"vimeo/psalm": "^4.30"

phpstan.neon

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parameters:
55
paths:
66
- %rootDir%/../../../MO4
77
- %rootDir%/../../../tests
8-
checkMissingIterableValueType: false
8+
ignoreErrors:
9+
- identifier: missingType.iterableValue
910
includes:
1011
- vendor/phpstan/phpstan-strict-rules/rules.neon

0 commit comments

Comments
 (0)