From ac90b29fe58fd256ed4a40b48a105cbddffbf58f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:34:46 +0000 Subject: [PATCH] build(deps-dev): update infection/infection requirement from ^0.27.6 || ^0.28.0 to ^0.27.6 || ^0.28.0 || ^0.29.0 --- updated-dependencies: - dependency-name: infection/infection dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 654e3e7..9b6c244 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^1.0", - "infection/infection": "^0.27.6 || ^0.28.0", + "infection/infection": "^0.27.6 || ^0.28.0 || ^0.29.0", "phpcompatibility/php-compatibility": "^9.3", "phpunit/phpunit": "^10.4", "roave/security-advisories": "dev-latest",