From 5209c3f691c2ecffb91f3faa7614197b3fee4b68 Mon Sep 17 00:00:00 2001 From: Guillaume Sainthillier Date: Mon, 9 Feb 2026 09:30:50 +0100 Subject: [PATCH] Update PHPUnit version constraint to include 13.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1587058..988d596 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "dg/bypass-finals": "^1.9", "friendsofphp/php-cs-fixer": "^3.93.1", "phpstan/phpstan": "^2.1.38", - "phpunit/phpunit": "^10.5.26|^11.5.50|^12.0", + "phpunit/phpunit": "^10.5.26|^11.5.50|^12.0|^13.0", "rector/rector": "^2.3.6", "rector/swiss-knife": "^2.3.5", "vimeo/psalm": "^5.26|^6.14.3"