From 53bf8a0f372992ee293196cdb092d56c4f703cfe Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 06:06:37 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v12 [security] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0abd128..b5217ce 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "vlucas/phpdotenv": "^5.6.1" }, "require-dev": { - "phpunit/phpunit": "^9.6.21", + "phpunit/phpunit": "^12.0.0", "squizlabs/php_codesniffer": "*" }, "autoload": {