From 922d2586de01404db43fcf9afca1358e22e5371c Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Sun, 8 Mar 2026 19:15:17 +0100 Subject: [PATCH] PHPUnit 13 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0f16903..c0967a4 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require-dev": { "cakephp/cakephp-codesniffer": "^5.0", "mockery/mockery": "^1.6", - "phpunit/phpunit": "^10.5.5 || ^11.1.3 || ^12.0" + "phpunit/phpunit": "^10.5.5 || ^11.1.3 || ^12.0 || ^13.0" }, "license": "MIT", "autoload": {