From c62d7d2d7249bad4778a4ebe5c027b64619b5a31 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 13 Jan 2025 13:27:18 +0000
Subject: [PATCH] Update dependency phpunit/phpunit to v11

| datasource | package         | from   | to     |
| ---------- | --------------- | ------ | ------ |
| packagist  | phpunit/phpunit | 9.6.20 | 11.5.3 |
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 41efe95..e636910 100644
--- a/composer.json
+++ b/composer.json
@@ -15,7 +15,7 @@
     "require": {
         "php": "~8.1.0 || ~8.2.0",
         "ext-json": "*",
-        "phpunit/phpunit": "^9.6.20"
+        "phpunit/phpunit": "^11.5.3"
     },
     "config": {
         "allow-plugins": {