From 5e4b0858aa72e1a019a8e05ef178be0cb3f9c893 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 01:44:50 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | ------------------- | ------- | ------ | | packagist | infection/infection | 0.26.19 | 0.27.0 | | packagist | phpunit/phpunit | 9.6.9 | 9.6.9 | --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6246c75..d64d7ca 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "require-dev": { - "phpunit/phpunit": "^9.6.7", - "infection/infection": "^0.26.19" + "phpunit/phpunit": "^9.6.9", + "infection/infection": "^0.27.0" }, "autoload": { "psr-4": {