From 706afe5aa9dbb4701bf9079c83cffe66631e1f54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 08:07:35 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v12 --- consumer-app/composer.json | 2 +- publisher-app/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/consumer-app/composer.json b/consumer-app/composer.json index 3d78d52..5a9e98a 100644 --- a/consumer-app/composer.json +++ b/consumer-app/composer.json @@ -22,7 +22,7 @@ "laravel/sail": "^1.41", "mockery/mockery": "^1.6", "nunomaduro/collision": "^8.6", - "phpunit/phpunit": "^11.5.3" + "phpunit/phpunit": "^12.0.0" }, "autoload": { "psr-4": { diff --git a/publisher-app/composer.json b/publisher-app/composer.json index 894b46c..92447be 100644 --- a/publisher-app/composer.json +++ b/publisher-app/composer.json @@ -21,7 +21,7 @@ "laravel/sail": "^1.41", "mockery/mockery": "^1.6", "nunomaduro/collision": "^8.6", - "phpunit/phpunit": "^11.5.3" + "phpunit/phpunit": "^12.0.0" }, "autoload": { "psr-4": {