From 3e6754783eb8e49d98ae68d318dfd5eb01891142 Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Tue, 12 May 2026 16:48:15 +0200 Subject: [PATCH] Update PHPUnit version requirement to include 13.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1d340fea..07068aa3 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "cakephp/cakephp": "^5.1.0", "cakephp/cakephp-codesniffer": "^5.0", "firebase/php-jwt": "^7.0", - "phpunit/phpunit": "^10.5.58 || ^11.5.3 || ^12.4" + "phpunit/phpunit": "^10.5.58 || ^11.5.3 || ^12.4 || ^13.0" }, "suggest": { "ext-ldap": "Make sure this php extension is installed and enabled on your system if you want to use the built-in LDAP adapter for \"LdapIdentifier\".",