From 1c9dc6387b28799af56af95bf859d61eff161af7 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 16 Oct 2023 10:01:29 +0200 Subject: [PATCH] Fix the installation instructions of symfony/psr-http-message-bridge --- components/psr7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/psr7.rst b/components/psr7.rst index 04a3b9148b5..f6ad69b786b 100644 --- a/components/psr7.rst +++ b/components/psr7.rst @@ -10,7 +10,7 @@ Installation .. code-block:: terminal - $ composer require symfony/psr-http-message-bridge + $ composer require symfony/psr-http-message-bridge:^2.3 .. include:: /components/require_autoload.rst.inc