From 3eeafb50329b5e81cc1a5f93f2f2a85ffb35d58b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 09:57:38 +0000 Subject: [PATCH 1/2] Update dependency phpunit/phpunit to v12 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 11.5.7 | 12.0.1 | 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 bf26c85..0750981 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.62", - "phpunit/phpunit": "^10.5 || ^11.3", + "phpunit/phpunit": "^12.0", "vimeo/psalm": "^6.0" }, "minimum-stability": "dev", From f55ba6abe9e6f4c4fe99ff75331a88487f2ea193 Mon Sep 17 00:00:00 2001 From: Alies Lapatsin <5278175+alies-dev@users.noreply.github.com> Date: Sat, 15 Feb 2025 15:03:06 +0400 Subject: [PATCH 2/2] Update composer dependencies --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0750981..7dee895 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.62", - "phpunit/phpunit": "^12.0", + "phpunit/phpunit": "^11.0 || ^12.0", "vimeo/psalm": "^6.0" }, "minimum-stability": "dev",