diff --git a/composer.json b/composer.json index b89d689..ec3a40f 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { "name": "phpstan/build-infection", - "description": "Infection extensions for PHPStan", + "description": "Infection mutators for PHPStan", "license": [ "MIT" ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.2", "infection/infection": "^0.31.6" }, "require-dev": {