From d65509be412ba10c166c7db1cc8b389fc9005499 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Wed, 11 Mar 2020 13:56:53 +0000
Subject: [PATCH] Issue #3043471 by longwave, catch, Wim Leers, xjm: Replace
 the DiactorosFactory message factory in symfony/psr-http-message-bridge with
 a PSR-17 compliant message factory

---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 8278317..2ded498 100644
--- a/composer.json
+++ b/composer.json
@@ -51,7 +51,7 @@
         "symfony/polyfill-php72": "v1.14.0",
         "symfony/polyfill-php73": "v1.14.0",
         "symfony/process": "v4.4.4",
-        "symfony/psr-http-message-bridge": "v1.3.0",
+        "symfony/psr-http-message-bridge": "v2.0.0",
         "symfony/routing": "v4.4.4",
         "symfony/serializer": "v4.4.4",
         "symfony/service-contracts": "v2.0.1",
-- 
GitLab