From 1b70da45986418440fe315ef909f676f458178b2 Mon Sep 17 00:00:00 2001 From: W0rma Date: Fri, 6 Feb 2026 09:06:32 +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 25eb63f..a614826 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require": { "php": "^8.2 || ^8.3 || ^8.4 || ^8.5", - "phpunit/phpunit": "^11.5 || ^12.0", + "phpunit/phpunit": "^11.5 || ^12.0 || ^13.0", "ext-dom": "*" }, "autoload":{