From 8e5a066d56fba88c05121558a734d92642a41832 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 16:21:52 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v10.5.6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 15c90e7..5349f20 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": "10.5.5", + "phpunit/phpunit": "10.5.6", "squizlabs/php_codesniffer": "3.8.1" }, "scripts": {