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": {