From 4111462c211a29bc13ca793e9a303643a111aa41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:25:23 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^8.5 || ^9.0 || ^10.0 to ^8.5 || ^9.0 || ^10.0 || ^11.0 --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 33c4ef5..a5d3eda 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "php": "7.4.*||8.*", "guzzlehttp/guzzle": "^7.0", "codeception/codeception": "4.*||5.*", - "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0", + "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0 || ^11.0", "jfcherng/php-diff": "^6.14" }, "require-dev": {