From ac665bd156f3c46efc0c83d5de5cc346e58e8afb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 17:14:21 +0000 Subject: [PATCH] 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 28f76db..0a9ad6c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "require": { "php": "^7.0", - "phpunit/phpunit": "^8.0.0", + "phpunit/phpunit": "^12.0.0", "PHPHOOLIGANS/workshop-unit-testing": "^0.1.0" }, "autoload": {