From 2ecdd900403d3050ba14dbc60ac5689a59de823e Mon Sep 17 00:00:00 2001 From: Daniel Karp Date: Thu, 14 Jan 2021 10:47:23 -0500 Subject: [PATCH] Update httplug and php-http/client-common dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 54fdb138..deaa50ad 100644 --- a/composer.json +++ b/composer.json @@ -34,9 +34,9 @@ "ext-json": "*", "monolog/monolog": "^1.0|^2.1", "nyholm/psr7": "^1.3", - "php-http/client-common": "^1.0", + "php-http/client-common": "^1.0|^2.3", "php-http/discovery": "^1.0", - "php-http/httplug": "^1.0", + "php-http/httplug": "^1.0|^2.2", "php-http/message-factory": "^1.0", "psr/http-client-implementation": "^1.0", "psr/http-message": "^1.0"