From 0e1517331e0c4ec7143141c3fa264d76941b8b26 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sun, 7 Nov 2021 13:51:46 +0100 Subject: [PATCH] Psalm 4.12.0, PHPStan 1.1.1 Signed-off-by: Alexander M. Turek --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fcfb4085d76..746c2c8977d 100644 --- a/composer.json +++ b/composer.json @@ -41,13 +41,13 @@ "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", - "phpstan/phpstan": "1.0.2", + "phpstan/phpstan": "1.1.1", "phpunit/phpunit": "^7.5.20|^8.5|9.5.10", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.1", "symfony/cache": "^4.4", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", - "vimeo/psalm": "4.11.2" + "vimeo/psalm": "4.12.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files."