From 018c02bca865a03300082904098776f47f1e34bb Mon Sep 17 00:00:00 2001 From: Claudio Zizza Date: Wed, 24 Jan 2024 22:58:34 +0100 Subject: [PATCH] Update dev dependencies --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index be78bb0..41c7d8f 100644 --- a/composer.json +++ b/composer.json @@ -18,11 +18,11 @@ "require-dev": { "infection/infection": "^0.27.0", "doctrine/coding-standard": "^12.0", - "phpunit/phpunit": "^10.3", + "phpunit/phpunit": "^10.5", "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", - "vimeo/psalm": "^5.15", - "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.20", + "psalm/plugin-phpunit": "^0.18", "phpstan/phpstan-strict-rules": "^1.5" }, "autoload": {