From e15de418cf9c1e7d1793eb8f9a77f4deb02e95a1 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Tue, 9 Apr 2024 13:04:48 +0800 Subject: [PATCH] Allow Symfony 6 HTTP Client to support PHP 8.1 in tests --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 27b0be1..86bd27e 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ }, "require-dev": { "nyholm/psr7": "^1.8", - "symfony/http-client": "^7.0", + "symfony/http-client": "^6.0 || ^7.0", "php-http/message": "^1.0", "phpstan/phpstan": "^1.6", "phpunit/phpunit": "^10.5"