From 4f4a1e31244564eedb7133afc5eba4fd1f24a79b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 24 Apr 2021 19:35:31 +0000 Subject: [PATCH] chore(deps): update dependency infection/infection to ^0.22.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 86100e8..c5fc70b 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "require-dev": { "ext-json": "*", - "infection/infection": "^0.21.3", + "infection/infection": "^0.22.0", "phpstan/phpstan": "^0.12.80", "phpstan/phpstan-deprecation-rules": "^0.12.6", "phpstan/phpstan-mockery": "^0.12.12",