From 95349d163f0b9869750190a7ed913779cd79731d Mon Sep 17 00:00:00 2001 From: Maks Rafalko Date: Sun, 17 May 2026 13:52:49 +0200 Subject: [PATCH] Update `infection/include-interceptor` to the stable version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 885f18d..4243bb5 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "require": { "php": "^8.3", "infection/abstract-testframework-adapter": "^0.5.0", - "infection/include-interceptor": "^0.2.0", + "infection/include-interceptor": "^1.0.0", "symfony/filesystem": "^6.4 || ^7.4 || ^8.0", "symfony/process": "^6.4 || ^7.4 || ^8.0", "symfony/yaml": "^6.4 || ^7.4 || ^8.0",