From 985fe8b200cdc1ec1e98fd95b4354ec020064231 Mon Sep 17 00:00:00 2001 From: "text-html-renovate[bot]" <182508163+text-html-renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 05:02:14 +0000 Subject: [PATCH 1/2] Update dependency phpunit/phpunit to v13 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2f2dee5..0e403a8 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpstan/phpstan": "^2.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-strict-rules": "^2.0", - "phpunit/phpunit": "^11.3||^12.0", + "phpunit/phpunit": "13.0.0", "texthtml/doctest": "^0.3.0" }, "config": { From a3c21a8c22b198080b747cd1f635f8b8b8a50389 Mon Sep 17 00:00:00 2001 From: Mathieu Rochette Date: Fri, 6 Feb 2026 11:39:58 +0100 Subject: [PATCH 2/2] allow phpunit 13 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0e403a8..acc2b1f 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpstan/phpstan": "^2.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-strict-rules": "^2.0", - "phpunit/phpunit": "13.0.0", + "phpunit/phpunit": "^11.3||^12.0||^13.0", "texthtml/doctest": "^0.3.0" }, "config": {