From 6f98fee170728e3f044f1112ed7aa58259e8e222 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 26 Apr 2022 09:56:36 +0200 Subject: [PATCH] PHPStan 1.6.0, PHPUnit 9.5.20 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3216b935dea..bf9c99e8bf7 100644 --- a/composer.json +++ b/composer.json @@ -42,9 +42,9 @@ "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2022.1", - "phpstan/phpstan": "1.5.3", - "phpstan/phpstan-strict-rules": "^1.1", - "phpunit/phpunit": "9.5.16", + "phpstan/phpstan": "1.6.0", + "phpstan/phpstan-strict-rules": "^1.2", + "phpunit/phpunit": "9.5.20", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.2", "symfony/cache": "^5.2|^6.0",