Skip to content

Commit 6ab2aed

Browse files
committed
Chore(deps): Update dev dependencies
1 parent 97dd469 commit 6ab2aed

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"symplify/easy-coding-standard": "^12.1.5"
1818
},
1919
"require-dev": {
20-
"ergebnis/composer-normalize": "^2.13.2",
20+
"ergebnis/composer-normalize": "^2.42.0",
2121
"nikic/php-parser": "<5.0",
22-
"php-parallel-lint/php-parallel-lint": "^1.2.0",
23-
"phpstan/extension-installer": "^1.1",
24-
"phpstan/phpstan": "^1.3.0",
25-
"phpstan/phpstan-phpunit": "^1.0.0",
22+
"php-parallel-lint/php-parallel-lint": "^1.4.0",
23+
"phpstan/extension-installer": "^1.3.1",
24+
"phpstan/phpstan": "^1.11.1",
25+
"phpstan/phpstan-phpunit": "^1.4.0",
2626
"phpunit/phpunit": "^9.6.19"
2727
},
2828
"prefer-stable": true,

phpstan.neon

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ parameters:
1111
message: '#Parameter \#1 \$code of static method PhpCsFixer\\Tokenizer\\Tokens::fromCode\(\) expects string, string\|false given#'
1212
- path: %currentWorkingDirectory%/tests/Integration/CodingStandardTest.php
1313
message: '#Parameter \#2 \$actualString of method PHPUnit\\Framework\\Assert::assertStringEqualsFile\(\) expects string, string\|false given#'
14-
checkMissingIterableValueType: false
14+
- identifier: missingType.iterableValue
15+
path: %currentWorkingDirectory%/tests/*

0 commit comments

Comments
 (0)