From 5fec0fc127c3d998c3d239a9983bb5dad73e90f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:01:25 +0000 Subject: [PATCH] Update infection/infection requirement from ^0.27.10 to ^0.29.7 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.27.10...0.29.7) --- 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 fa4f1d9..1fee545 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require-dev": { "astrotomic/phpunit-assertions": "^0.11", - "infection/infection": "^0.27.10", + "infection/infection": "^0.29.7", "laravel/pint": "^1.14", "orchestra/testbench": "^8.0 || ^9.0", "pestphp/pest": "^2.34",