From aff1a985791900e9e8c36f455a55d557e236e283 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 05:36:14 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v12 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 89aea6f..eecbdfb 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ }, "require-dev": { "mikey179/vfsstream": "1.6.*", - "phpunit/phpunit": "^9.6", + "phpunit/phpunit": "^12.0", "kenjis/ci-phpunit-test": "^3.0" }, "config": {