From 3889f298eaa521effc3b60aeddaa81ab8551ce49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 03:44:54 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to 4.8.* --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 50ae76f..69e24a9 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,6 @@ "psr-4": { "Xenzilla\\Graph\\": "test/" } }, "require-dev": { - "phpunit/phpunit": "4.5.*" + "phpunit/phpunit": "4.8.*" } } \ No newline at end of file