From 030cb0719290d922b27d70f5017d07c0fdc09aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 22:26:16 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^8.3 || ^9 to ^11.3.1 --- 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 565372a..8a882d8 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "require-dev": { "phpstan/phpstan": "^0.12.32", "phpstan/phpstan-phpunit": "^0.12", - "phpunit/phpunit": "^8.3 || ^9", + "phpunit/phpunit": "^11.3.1", "squizlabs/php_codesniffer": "^3.6" }, "scripts": {