From 02e518cca281bbfe86b9a73e63b52c5fc89f44e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 04:37:33 +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..46493c2 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.6", "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"