From b58b55a4d6b1b625e711e729ab80cf0381f7c558 Mon Sep 17 00:00:00 2001 From: Claudio Zizza Date: Tue, 27 Feb 2024 23:50:47 +0100 Subject: [PATCH] Update psalm and codesniffer --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b412822..b48dedf 100644 --- a/composer.json +++ b/composer.json @@ -26,10 +26,10 @@ "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", "infection/infection": "^0.27", - "vimeo/psalm": "^5.19", + "vimeo/psalm": "^5.22", "psalm/plugin-phpunit": "^0.18.4", "doctrine/coding-standard": "^12.0", - "squizlabs/php_codesniffer": "^3.8", + "squizlabs/php_codesniffer": "^3.9", "phpstan/phpstan-strict-rules": "^1.5" }, "autoload": {