From a9b2b75b52dbaf7ce91c442b75321db0b38834d9 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sun, 21 Jul 2024 20:42:18 +0530 Subject: [PATCH] Bump up phpunit version to match core. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d7e307bce..9a74b1055 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "cakephp/cakephp-codesniffer": "^5.0", "cakephp/debug_kit": "^5.0.0", "josegonzalez/dotenv": "^4.0", - "phpunit/phpunit": "^10.5.5" + "phpunit/phpunit": "^10.5.5 || ^11.1.3" }, "suggest": { "cakephp/repl": "Console tools for a REPL interface for CakePHP applications.",