From 16b279c45b6098251a5a3d9cd9ab4b7b9d520388 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Thu, 14 Nov 2024 09:08:51 +0100 Subject: [PATCH] chore: add testruns for PHP 8.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ffcaf333..75acbe14 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^9.6", - "symfony/http-client": "^5.4 || ^6.4 || ^7.0.10", + "symfony/http-client": "^5.4.45 || ^6.4 || ^7.0", "symfony/stopwatch": "^5.4 || ^6.4 || ^7.0" }, "suggest": {