From 01718c124e1ff3b2a65c884fe9ba9ee92f0771c3 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 4 Dec 2023 22:08:22 +0100 Subject: [PATCH] use a PHPUnit bridge version that is compatible with recent PHPUnit releases --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8573e10..8997a95 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "php-http/client-common": "^1.9 || ^2.0" }, "require-dev": { - "symfony/phpunit-bridge": "^5.3", + "symfony/phpunit-bridge": "^6.4.1", "guzzlehttp/psr7": "^2.1" }, "autoload": {