From 7741eda28f460afa815e200b09d86c2d55ea7f4b Mon Sep 17 00:00:00 2001 From: othercorey Date: Fri, 19 Apr 2024 21:50:04 -0500 Subject: [PATCH] Update phpunit version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7ff53c71..e84e484c 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "require-dev": { "cakephp/authorization": "^3.0", "cakephp/cakephp-codesniffer": "^5.0", - "phpunit/phpunit": "^10.1.0 <=10.5.3" + "phpunit/phpunit": "^10.5.5" }, "suggest": { "ext-pdo_sqlite": "DebugKit needs to store panel data in a database. SQLite is simple and easy to use."