From 0c70d725bbcdbaca3c057202c380c8af02d34b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 02:27:20 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.29 to ^0.29 || ^0.30 Updates the requirements on [infection/infection](https://github.com/infection/infection) to permit the latest version. - [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.0...0.30.1) --- updated-dependencies: - dependency-name: infection/infection dependency-version: 0.30.1 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 0c8c8abf..78f239ad 100644 --- a/composer.json +++ b/composer.json @@ -65,7 +65,7 @@ "ext-sodium": "*", "ekino/phpstan-banned-code": "^2.0|^3.0", "ergebnis/phpunit-slow-test-detector": "^2.14", - "infection/infection": "^0.29", + "infection/infection": "^0.29 || ^0.30", "matthiasnoback/symfony-config-test": "^6.0", "paragonie/sodium_compat": "^1.20|^2.0", "php-parallel-lint/php-parallel-lint": "^1.3",