From 96a8e7133ced35fd980e944b4dee16b2439e2244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 01:54:31 +0000 Subject: [PATCH] Composer: Update phpunit/phpunit requirement from ^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 to ^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^11.0 --- 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 28617b0d..49948619 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "php-parallel-lint/php-console-highlighter": "^1.0", "phpcsstandards/phpcsdevcs": "^1.1.6", "phpcsstandards/phpcsdevtools": "^1.2.1", - "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" + "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^11.0" }, "extra": { "branch-alias": {