From a67aff8b8dd5d0bee79a42531b93586f037459c5 Mon Sep 17 00:00:00 2001 From: mscherer Date: Wed, 23 Apr 2025 13:42:04 +0200 Subject: [PATCH] Allow PHPUnit 12. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1af5f4c1c..a565b3fe6 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 || ^11.1.3" + "phpunit/phpunit": "^10.5.5 || ^11.1.3 || ^12.1" }, "suggest": { "cakephp/repl": "Console tools for a REPL interface for CakePHP applications.",