From 1f0e5e1f344f0532a95934adf5a2c0172baa5225 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 10 Sep 2024 04:29:17 +0000
Subject: [PATCH] Update phpunit/phpunit requirement from ^8 || ^9 || ^10 to
 ^11.3.4

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 1cbbba4..64b938d 100644
--- a/composer.json
+++ b/composer.json
@@ -27,7 +27,7 @@
     },
     "require-dev": {
         "friendsofphp/php-cs-fixer": "^2.18|^3.4.0",
-        "phpunit/phpunit": "^8 || ^9 || ^10",
+        "phpunit/phpunit": "^11.3.4",
         "composer/composer": "^1.8 ||  ^2.0"
     },
     "scripts": {