From fbd30361e52c4a03c14fd99fecd56b5bb07749a1 Mon Sep 17 00:00:00 2001 From: W0rma Date: Fri, 6 Feb 2026 10:42:49 +0100 Subject: [PATCH] feat: add support for phpunit 13 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b44d51d..6959853 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "php": "^8.2", "ext-mbstring": "*", "guzzlehttp/psr7": "^2.0", - "phpunit/phpunit": "^11.5 | ^12", + "phpunit/phpunit": "^11.5 | ^12 | ^13", "symfony/css-selector": ">=4.4.24 <9.0" }, "require-dev": {