From 31be8a692051849f8b07dd250cfe72481142b18b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 03:53:21 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.6|^10.4 to ^11.5.2 --- 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 60e2c6d..48025a9 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "overtrue/phplint": "^9.0", "phpcompatibility/php-compatibility": "^9.3", "phpmd/phpmd": "^2.14", - "phpunit/phpunit": "^9.6|^10.4", + "phpunit/phpunit": "^11.5.2", "povils/phpmnd": "^3.2", "roave/security-advisories": "dev-master", "symfony/yaml": "^6.0|^7.0"