From 88c916b8ea17fefa274a95dc67cbfaea8cbd3c2d Mon Sep 17 00:00:00 2001 From: Curtis Delicata Date: Tue, 19 Mar 2024 12:21:53 +0000 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 74c763e..b0831e2 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "php": ">=8.3", "league/csv": "^9.0", "guzzlehttp/guzzle": "^7.2", - "symfony/http-client": "^5.4" + "symfony/http-client": "^7.0" }, "require-dev": { "phpunit/phpunit": "^10.0",