From b15501def9b95b387a1b84e4d77f56ca877e3668 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 23:46:30 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to ^10.5.38 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bab2e964..337362f3 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ "laravel/pint": "^1.18", "mockery/mockery": "^1.6.6", "nunomaduro/collision": "^8.0", - "phpunit/phpunit": "^10.5" + "phpunit/phpunit": "^10.5.38" }, "config": { "optimize-autoloader": true,