From 7a14283ca67e1f9c6bc41a2df55e6042efc13e5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 07:19:17 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to v11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 129dbb2..9994ebd 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": "^8.2", - "phpunit/phpunit": "^10.5.20", + "phpunit/phpunit": "^11.2.3", "react/async": "^4.3.0", "react/event-loop": "^1.5.0", "react/promise": "^3.2.0",