diff --git a/composer.json b/composer.json index e328c91..2b6b219 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ "symplify/easy-coding-standard": "^12.1.5" }, "require-dev": { - "ergebnis/composer-normalize": "^2.13.2", + "ergebnis/composer-normalize": "^2.42.0", "nikic/php-parser": "<5.0", - "php-parallel-lint/php-parallel-lint": "^1.2.0", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "^1.3.0", - "phpstan/phpstan-phpunit": "^1.0.0", + "php-parallel-lint/php-parallel-lint": "^1.4.0", + "phpstan/extension-installer": "^1.3.1", + "phpstan/phpstan": "^1.11.1", + "phpstan/phpstan-phpunit": "^1.4.0", "phpunit/phpunit": "^9.6.19" }, "prefer-stable": true, diff --git a/phpstan.neon b/phpstan.neon index 817d6d8..6ee6c68 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -11,4 +11,5 @@ parameters: message: '#Parameter \#1 \$code of static method PhpCsFixer\\Tokenizer\\Tokens::fromCode\(\) expects string, string\|false given#' - path: %currentWorkingDirectory%/tests/Integration/CodingStandardTest.php message: '#Parameter \#2 \$actualString of method PHPUnit\\Framework\\Assert::assertStringEqualsFile\(\) expects string, string\|false given#' - checkMissingIterableValueType: false + - identifier: missingType.iterableValue + path: %currentWorkingDirectory%/tests/*