From 193aafadb9613a233fdc04d8b7acf63583ae0874 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 05:44:53 +0000 Subject: [PATCH 1/2] Update dependency phpunit/phpunit to v12 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 11.5.7 | 12.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3f9a1d2..86aacb8 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require-dev": { "interaction-design-foundation/coding-standard": "^0.3.0", "orchestra/testbench-core": "^8.30 || ^9.7", - "phpunit/phpunit": "^11.0" + "phpunit/phpunit": "^12.0" }, "repositories": [ { From 2f9e786427d535c40ff186ecdb3fcf8c88968879 Mon Sep 17 00:00:00 2001 From: Alies Lapatsin <5278175+alies-dev@users.noreply.github.com> Date: Sat, 8 Feb 2025 02:11:44 +0400 Subject: [PATCH 2/2] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 86aacb8..0139921 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ }, "require-dev": { "interaction-design-foundation/coding-standard": "^0.3.0", - "orchestra/testbench-core": "^8.30 || ^9.7", - "phpunit/phpunit": "^12.0" + "orchestra/testbench-core": "^8.32 || ^9.9 || ^10.0", + "phpunit/phpunit": "^11.0 || ^12.0" }, "repositories": [ {