From c4b5710992730f62c70b242db571eb568e76a94c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 18:27:32 +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 84c20cc..7096841 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpstan/phpstan": "^2.0.0", "phpstan/phpstan-phpunit": "^2.0.0", "phpstan/phpstan-strict-rules": "^2.0.0", - "phpunit/phpunit": "^11.0", + "phpunit/phpunit": "^12.0", "psr-mock/http": "^1.0" }, "config": {