From 4d8a066166ffa40a327db4b2f2bc3c3ffa779f2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 16:46:35 +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 8a6e6fd..f4050a3 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "require-dev": { "codelicia/xulieta": "1.0.x-dev as 1.0.0", "doctrine/coding-standard": "^12.0", - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^12.0" }, "scripts": { "phpcbf": "vendor/bin/phpcbf",