From b381c8774dba7657b858d0c2b962f2f59e4136d0 Mon Sep 17 00:00:00 2001 From: Frank van Hest Date: Fri, 26 Jan 2024 13:36:46 +0100 Subject: [PATCH] Version increase in composer.json for infection and phpstan to their latest version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 301c420..88fd8a6 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,8 @@ }, "require-dev": { "beberlei/assert": "~v3.3", - "infection/infection": "^0.26", - "phpstan/phpstan": "^1.9", + "infection/infection": "^0.27", + "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.5", "roave/security-advisories": "dev-latest" },