From 880abcb945ef720a6890e2e8be7b8c0018528c01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 17:59:02 +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 cf8623fc4..c3ad18f2a 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "ldap-account-manager/ldap-account-manager", "description": "LDAP Account Manager", "require-dev" : { - "phpunit/phpunit" : "^11", + "phpunit/phpunit" : "^12", "phpstan/phpstan": "^2", "rector/rector": "^2", "cyclonedx/cyclonedx-php-composer": "^6.0"