From f71c02e3cf5f8957b5d10e4e50d127547bb5b236 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 04:19:30 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v10.5.3 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 18fcb61..779329e 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": "10.5.2", + "phpunit/phpunit": "10.5.3", "squizlabs/php_codesniffer": "3.8.0" }, "scripts": {