From 4ab54b9ee80c7922c82c6c4a7ec8f61aec527d21 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari Date: Fri, 1 Dec 2023 12:08:12 +0530 Subject: [PATCH] chore: updated php-http-client version to enable setHost --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 047750f0..d1b48fb6 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "require": { "php": ">=7.3", - "sendgrid/php-http-client": "~3.10", + "sendgrid/php-http-client": "4.1.0", "starkbank/ecdsa": "0.*", "ext-curl": "*", "ext-json": "*",