From 01a592cf393e85d092d80d8857973f37124caaff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:49:50 +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 9d1628b3..48e14ea4 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,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",