From 53af067006c07e19ae40b0d4fd24c782804eff10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 15:18:26 +0000 Subject: [PATCH] build(deps-dev): Update infection/infection requirement || ^0.30.0 Updates the requirements on [infection/infection](https://github.com/infection/infection) to permit the latest version. Updates `infection/infection` to 0.30.1 - [Release notes](https://github.com/infection/infection/releases) - [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md) - [Commits](https://github.com/infection/infection/compare/0.29.14...0.30.1) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.30.1 dependency-type: direct:development dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index adf9313..ec0c397 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "composer/semver": "^3.4.3", "ergebnis/composer-normalize": "^2.45", "fidry/makefile": "^1.1.1", - "infection/infection": "^0.29.14", + "infection/infection": "^0.29.14 || ^0.30.0", "jangregor/phpstan-prophecy": "^2.1.1", "phpspec/prophecy-phpunit": "^2.3", "phpstan/extension-installer": "^1.1",