From fb7ab1853d859bf192ebb166b146a0709174de1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 19:17:56 +0000 Subject: [PATCH] Composer(deps-dev): Update phpunit/phpunit requirement from ^8 || ^9 to ^11.2.7 --- 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 6ce0b5a..f9c1864 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0", "infection/infection": "^0.26", "phpcompatibility/phpcompatibility-wp": "^2", - "phpunit/phpunit": "^8 || ^9", + "phpunit/phpunit": "^11.2.7", "roave/security-advisories": "dev-master", "squizlabs/php_codesniffer": "^3.5.2", "vimeo/psalm": "^5.13",