From db819edfde32a9af7691e0566d0a4d096163442c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 02:36:01 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^5.7 | ^6.0 | ^7.0 | ^8.0 | ^9.0 to ^11.4.4 --- 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 0156199d..5759975c 100644 --- a/composer.json +++ b/composer.json @@ -66,7 +66,7 @@ }, "require-dev": { "ext-curl": "*", - "phpunit/phpunit": "^5.7 | ^6.0 | ^7.0 | ^8.0 | ^9.0", + "phpunit/phpunit": "^11.4.4", "phpunit/php-invoker": "*", "phpmd/phpmd": "@stable", "squizlabs/php_codesniffer": "3.*@stable",