diff --git a/infection.json5 b/infection.json5 index c9a098d..e071730 100644 --- a/infection.json5 +++ b/infection.json5 @@ -28,8 +28,10 @@ "ArrayAny": true, "ArrayFind": true, "ArrayFindKey": true, + "ArrayFirst": true, "ArrayItem": true, "ArrayItemRemoval": true, + "ArrayLast": true, "ArrayOneItem": true, "AssignCoalesce": { "ignore": [ diff --git a/tools/composer.json b/tools/composer.json index a6c2a77..f62fcba 100644 --- a/tools/composer.json +++ b/tools/composer.json @@ -2,7 +2,7 @@ "require": { "php": "^8.3", "friendsofphp/php-cs-fixer": "^3.85", - "infection/infection": "^0.31.0", + "infection/infection": "^0.32.3", "kubawerlos/php-cs-fixer-custom-fixers": "^3.32", "nexusphp/cs-config": "^3.26", "nexusphp/framework": "1.x-dev"