From 3365b63f5c7cd52ff8cafa92a6ab236881df5162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 04:30:26 +0000 Subject: [PATCH] Update phpunit/phpunit requirement --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aa0957b..42ffe4f 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "require-dev": { "laravel/slack-notification-channel": "^1.0|^2.0|^3.2", - "phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0|^10.5", + "phpunit/phpunit": "^11.2.8", "squizlabs/php_codesniffer": "~2.3|^3.6", "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0", "mockery/mockery": "^1.2"