From d573033b124052b061c093dadc4b069dd50416e7 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Thu, 24 Jan 2019 13:48:28 +0100 Subject: [PATCH 1/2] update pack to install psr-18 client --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3014eea..3eb3723 100644 --- a/composer.json +++ b/composer.json @@ -13,9 +13,9 @@ ], "require": { "php-http/httplug-bundle": "^1.7", - "php-http/curl-client": "^1.7", + "php-http/curl-client": "^2.0", "php-http/message": "^1.0", - "php-http/discovery": "^1.0", + "php-http/discovery": "^1.6", "guzzlehttp/psr7": "^1.4" } } From 4c67908331c928cbc94159d850beb13ab59989be Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 8 Apr 2019 12:09:52 +0200 Subject: [PATCH 2/2] Changing to Nyholm/psr7 because Guzzle/psr17 does not support PSR17 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3eb3723..148b150 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,6 @@ "php-http/curl-client": "^2.0", "php-http/message": "^1.0", "php-http/discovery": "^1.6", - "guzzlehttp/psr7": "^1.4" + "nyholm/psr7": "^1.1" } }