From a7d071af2894f6bfc3d3ad4e12f51aa8988fa6ee Mon Sep 17 00:00:00 2001 From: Nikolay Parshakov Date: Mon, 12 Aug 2024 07:26:15 +0300 Subject: [PATCH] Replace abandoned `php-http/message-factory` to `psr/http-factory` --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d9e2be7..9bf1384 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,6 @@ "psr/http-message": "^1.0 || ^2.0", "psr/http-message-implementation": "^1.0", "php-http/client-implementation": "^1.0", - "php-http/message-factory": "^1.0", "php-http/discovery": "^1.13", "doctrine/annotations": "^1.13|^2.0", "liip/serializer": "2.2.* || 2.6.*", @@ -35,7 +34,8 @@ "neur0toxine/psr.http-factory-implementation.nyholm": "*", "neur0toxine/psr.http-message-implementation.nyholm": "*", "psr/cache": "^1.0 || ^2.0 || ^3.0", - "symfony/cache": ">=v3.1.0" + "symfony/cache": ">=v3.1.0", + "psr/http-factory": "^1.1" }, "require-dev": { "squizlabs/php_codesniffer": "^3.5",