From c139d4cc1675408ba1daf2ae3ebe17b01f1a2b00 Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Fri, 25 Aug 2023 11:06:04 +0200 Subject: [PATCH] Bump phpunit to 9.6.11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 31019f4..4125fc7 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ }, "require-dev": { "guzzlehttp/promises": "^1.5.0", - "phpunit/phpunit": "^9.5.10", + "phpunit/phpunit": "^9.6.11", "react/promise": "^2.8.0", "webonyx/graphql-php": "^14.0" },