From a64d12d4d5b3397e522bd7e5e58a7c3524564d75 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sat, 3 Feb 2024 12:05:59 +0100 Subject: [PATCH] feat: add support for PHPUnit 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1317e34..b71d1ef 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "php": "^7.0 || ^8.0", "ext-dom": "*", "ext-libxml": "*", - "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0" + "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0 || ^11.0.1" }, "autoload": { "psr-4": {