From 6f82019b732a50785e109004145b95a4986f9d3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 13:07:55 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to 4.8.* [SECURITY] --- 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