From 3ccf9407f0516f06b3290ca5c872b233a5b6030d Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Fri, 25 Feb 2022 23:57:57 +0100 Subject: [PATCH] Bump dependencies --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 0265eb49..49099eeb 100644 --- a/composer.json +++ b/composer.json @@ -20,15 +20,15 @@ }, "require-dev": { "infection/infection": "^0.17 || ^0.26.1", - "phpstan/phpstan": "^1.2.0", + "phpstan/phpstan": "^1.4.6", "phpstan/phpstan-phpunit": "^1.0.0", "phpstan/phpstan-strict-rules": "^1.1.0", - "phpstan/phpstan-symfony": "^1.0.3", - "phpunit/phpunit": "^9.5", + "phpstan/phpstan-symfony": "^1.1.7", + "phpunit/phpunit": "^9.5.16", "psalm/plugin-phpunit": "^0.16.1", "psalm/plugin-symfony": "^3.1.0", - "vimeo/psalm": "^4.15.0", - "vincentlanglet/symfony-custom-coding-standard": "^9.1.0" + "vimeo/psalm": "^4.21.0", + "vincentlanglet/symfony-custom-coding-standard": "^9.1.1" }, "config": { "sort-packages": true