From 6757c0a873f0c5558bb3e8e7893fe1f9c584f118 Mon Sep 17 00:00:00 2001 From: Lukasz Falda <55883656+lukasz-falda@users.noreply.github.com> Date: Fri, 18 Jun 2021 15:02:09 +0200 Subject: [PATCH] Use guzzlehttp instead of whole adapter (#39) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3f3c0fd..49abff7 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "webmozart/assert": "^1.3", "symfony/validator": "^4.1 || ^5.0", "symfony/http-kernel": "^4.1 || ^5.0", - "php-http/guzzle6-adapter": "^1.1", + "guzzlehttp/guzzle": "^6.0 || ^7.0", "symfony/serializer": "^4.4 || ^5.0", "symfony/property-access": "^4.1 || ^5.0" },