From eb5669714f931b9ae3a98dfb27dcbfc4dffb9411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 07:17:08 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^7.0 || ^8.0 || ^9.0 to ^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 4fe8e19..adb6ad3 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "php": "~7.1 || ~8.0" }, "require-dev": { - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0 || ^11.0", "ext-xdebug": "*", "php": "~7.1 || ~8.0", "squizlabs/php_codesniffer": "^3.3",