From 6702de0b99c3ffa0e96ef1fe692bb2397e43d838 Mon Sep 17 00:00:00 2001 From: Maks Rafalko Date: Fri, 14 Aug 2026 15:41:02 +0200 Subject: [PATCH 1/2] chore(MSP-5160): rename `infection.json` to `infection.json5` To have it recognized as json5 file by IDE and make autocompletion works. Note: json5 is a default extension in the new Infection versions, so it doesn't make sense to keep the old one. --- infection.json.dist => infection.json5 | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename infection.json.dist => infection.json5 (100%) diff --git a/infection.json.dist b/infection.json5 similarity index 100% rename from infection.json.dist rename to infection.json5 From 3c8a7d55560d65bbae2deb4b0d9614818e4914a9 Mon Sep 17 00:00:00 2001 From: Maks Rafalko Date: Fri, 14 Aug 2026 16:22:56 +0200 Subject: [PATCH 2/2] chore(MSP-5160): change the filename in ``.gitattributes` --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 899e65fe..0eb2eaba 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,7 @@ .gitignore export-ignore .php-cs-fixer.php export-ignore composer.lock export-ignore -merge -infection.json.dist export-ignore +infection.json5 export-ignore phpstan.neon export-ignore phpstan-rector.neon export-ignore phpunit.xml.dist export-ignore