From 2594a4d4a448a56cd1d9da3a71c93effa3491884 Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Wed, 27 Mar 2024 10:27:37 +0100 Subject: [PATCH] Dev Dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6af6d10..b92a7f8 100644 --- a/composer.json +++ b/composer.json @@ -45,14 +45,14 @@ }, "require-dev": { "dbrekelmans/bdi": "^1.1", - "infection/infection": "^0.27", + "infection/infection": "^0.28", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.0", "phpstan/phpstan-beberlei-assert": "^1.0", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^10.1", "rector/rector": "^1.0", "symfony/filesystem": "^6.4|^7.0", "symfony/framework-bundle": "^6.4|^7.0",