From 9bde9b44fd3ee38e6d2da3da78a9e6138f4a9d16 Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Sun, 9 Feb 2025 23:03:30 +0100 Subject: [PATCH] Add PHPUnit 12 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 13ad5c0..de743fb 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.5.41 || ^9.6.22 || ^10.5.45 || ^11.5.7" + "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.41 || ^9.6.22 || ^10.5.45 || ^11.5.7 || ^12.0.2" }, "autoload": { "psr-4": {