From 9ec1ecc290de4a66d2075e70d7b9205dbe987fca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:13:18 +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..944b34c 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.3.5", "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"