From 1709264da44e82c7bdd19768f24ea3260508ded1 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sat, 18 Oct 2025 12:55:33 +0200 Subject: [PATCH 1/2] Raise min-php version to the one of infection/infection --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b89d689..47b60ae 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "MIT" ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.2", "infection/infection": "^0.31.6" }, "require-dev": { From ca783bd3ae1032f0e7d3cc32cca539236a03820e Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sat, 18 Oct 2025 12:56:25 +0200 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 47b60ae..ec3a40f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "phpstan/build-infection", - "description": "Infection extensions for PHPStan", + "description": "Infection mutators for PHPStan", "license": [ "MIT" ],