From b4b95fd5e2c2b637e912d89b1336fc7451e94183 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sat, 17 Jan 2026 10:13:50 +0530 Subject: [PATCH] Update phpunit constraints --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 58b4792..db1324e 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ }, "require-dev": { "cakephp/cakephp-codesniffer": "^5.0", - "phpunit/phpunit": "^10.5.58 || ^11.1.3" + "phpunit/phpunit": "^11.5.3 || ^12.1.3" }, "provide": { "psr/clock-implementation": "1.0"