From e2cd0f531a8927e0dd41aef07721fd9230216c7c Mon Sep 17 00:00:00 2001 From: "text-html-renovate[bot]" <182508163+text-html-renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 06:03:16 +0000 Subject: [PATCH 1/2] Update dependency phpunit/phpunit to v12 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8f10b09..b4761e9 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require-dev": { - "phpunit/phpunit": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.5|^11.0" + "phpunit/phpunit": "12.0.1" }, "require": { "ext-pcntl": "*", From 2282cdeaac9115ee3a8d9f926fe1fbdc5dee18d4 Mon Sep 17 00:00:00 2001 From: Mathieu Rochette Date: Sat, 8 Feb 2025 10:24:57 +0100 Subject: [PATCH 2/2] ok --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b4761e9..2dd2a6f 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require-dev": { - "phpunit/phpunit": "12.0.1" + "phpunit/phpunit": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.5|^11.0|^12.0" }, "require": { "ext-pcntl": "*",