From b07e347a24e7a19a2b6462e00a6dff899e4c2dd2 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Mon, 28 Mar 2022 13:48:21 +0200 Subject: [PATCH] PHPStan 1.5.0, Psalm 4.22.0 (#265) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1eea8a93..a77cf490 100644 --- a/composer.json +++ b/composer.json @@ -29,13 +29,13 @@ }, "require-dev": { "composer/package-versions-deprecated": "^1.11", - "phpstan/phpstan": "1.4.6", + "phpstan/phpstan": "~1.4.10 || 1.5.0", "doctrine/annotations": "^1.0", "doctrine/coding-standard": "^9.0", "doctrine/common": "^3.0", "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.5", "symfony/cache": "^4.4 || ^5.4 || ^6.0", - "vimeo/psalm": "4.21.0" + "vimeo/psalm": "4.22.0" }, "conflict": { "doctrine/annotations": "<1.0 || >=2.0",