From 4038683da918a82f81db1880efc9f03155c268ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Feb 2022 08:58:38 +0100 Subject: update to 5.1.3 (2022-02-10, security and bugfix release) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index c980a03..235c30b 100644 --- a/composer.json +++ b/composer.json @@ -86,7 +86,7 @@ "php-webdriver/webdriver": "^1.11", "phpmyadmin/coding-standard": "^2.1.1", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "^1.3", + "phpstan/phpstan": "^1.4.5", "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0", "pragmarx/google2fa-qrcode": "^1.0.1", @@ -94,7 +94,7 @@ "symfony/finder": "^4.4", "symfony/twig-bridge": "^4.4", "tecnickcom/tcpdf": "^6.4.4", - "vimeo/psalm": "^4.17" + "vimeo/psalm": "^4.19" }, "extra": { "branch-alias": { -- cgit