From 7ac1eddb737da99ebc2666b6a1024a098feb77c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 00:03:28 +0000 Subject: [PATCH] Update dependency infection/infection to ^0.26.20 | datasource | package | from | to | | ---------- | ------------------- | ------- | ------- | | packagist | infection/infection | 0.26.19 | 0.26.20 | --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1dab98c..01786ca 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "require-dev": { "cache/integration-tests": "dev-master", "cache/tag-interop": "dev-master", - "infection/infection": "^0.26.19", + "infection/infection": "^0.26.20", "phpunit/phpunit": "^9.6.7" }, "license": "MIT",