From 5df9c758ce30625df2b9dafe2fd692fa7ea59417 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 01:31:44 +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 | | packagist | vimeo/psalm | 5.12.0 | 5.12.0 | --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 839312f..fbb8f1f 100644 --- a/composer.json +++ b/composer.json @@ -6,10 +6,10 @@ "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", "doctrine/coding-standard": "^11.1.0", - "vimeo/psalm": "^5.9.0" + "vimeo/psalm": "^5.12.0" }, "autoload": { "psr-4": {