From 3b8dc78804e357f7120dcbd4e440c850b7dcb904 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 05:13:31 +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 e07a0be..b1e7395 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "require-dev": { "doctrine/coding-standard": "^12.0.0", "infection/infection": "^0.27.0", - "phpunit/phpunit": "^10.0.0", + "phpunit/phpunit": "^12.0.0", "roave/security-advisories": "dev-master", "staabm/annotate-pull-request-from-checkstyle": "^1.4.0", "vimeo/psalm": "4.x-dev"