From 7fb52134e7f4e0ba4aeaeb1d825d6bb2ef3145f8 Mon Sep 17 00:00:00 2001 From: W0rma Date: Fri, 6 Feb 2026 09:17:01 +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 e40b103..797863c 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ }, "require": { "php": "^8.1", - "phpunit/phpunit": "^8.4 | ^9.0 | ^10.0 | ^11 | ^12" + "phpunit/phpunit": "^8.4 | ^9.0 | ^10.0 | ^11 | ^12 | ^13" }, "require-dev": { "consolidation/robo": "^4.0"