From 0bf1f431f473fc6d152620498eba640bb7762861 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 22:31:20 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v10.5.2 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 d763c9c..202e4ee 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "php": ">=5.6.0" }, "require-dev": { - "phpunit/phpunit": "10.5.1", + "phpunit/phpunit": "10.5.2", "squizlabs/php_codesniffer": "3.7.2" }, "scripts": {