From 0b13007d0662c8ceeec2d9c9a841ea08c3859a58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 10:59:47 +0000 Subject: [PATCH 1/2] Update dependency phpunit/phpunit to v12 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 11.5.7 | 12.0.2 | 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 9e6bfcf..2fc1028 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require-dev": { "interaction-design-foundation/coding-standard": "^0.3.0", "orchestra/testbench-core": "^8.22 || ^v9.7", - "phpunit/phpunit": "^10.5 || ^11.0", + "phpunit/phpunit": "^12.0", "vimeo/psalm": "^6.0" }, "repositories": [ From d8d4f17a3d7d96cbdc1f35cf7727ec991f735563 Mon Sep 17 00:00:00 2001 From: Alies Lapatsin <5278175+alies-dev@users.noreply.github.com> Date: Sat, 15 Feb 2025 15:00:54 +0400 Subject: [PATCH 2/2] Update composer dependencies --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 2fc1028..4a32488 100644 --- a/composer.json +++ b/composer.json @@ -14,9 +14,9 @@ "laravel/nova": "^4.20 || ^5.0" }, "require-dev": { - "interaction-design-foundation/coding-standard": "^0.3.0", - "orchestra/testbench-core": "^8.22 || ^v9.7", - "phpunit/phpunit": "^12.0", + "interaction-design-foundation/coding-standard": "^0.3", + "orchestra/testbench-core": "^8.33 || ^9.10", + "phpunit/phpunit": "^10.5 || ^11.0 || ^12.0", "vimeo/psalm": "^6.0" }, "repositories": [