From 6ab2aed60b3fef1e53081c394279fb3c40e047f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Machulda?= Date: Tue, 21 May 2024 14:43:13 +0200 Subject: [PATCH] Chore(deps): Update dev dependencies --- composer.json | 10 +++++----- phpstan.neon | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) 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/*