From ac1662ec94f5f376cf38faa9f1128b6e6a747504 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Thu, 12 Oct 2023 10:39:25 -0400 Subject: [PATCH] change psr/http-factory gets rid of the deprecation warning. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4c545a8..ef279c4 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "php": "^7.1.3 || ^8.0", "php-http/httplug": "^1.0 || ^2.0", "php-http/discovery": "^1.6", - "php-http/message-factory": "^1.0.2", + "psr/http-factory": "^1.0.2", "php-http/client-implementation": "^1.0", "psr/simple-cache": "^1.0 || ^2.0 || ^3.0" },