From 1cc19e14a67f4d389fe37cae6bddf6224de448f0 Mon Sep 17 00:00:00 2001 From: Michael COULLERET Date: Fri, 27 Jan 2017 21:21:25 +0100 Subject: [PATCH 1/2] [HttpFoundation][Fix] Component version --- create_framework/http_foundation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_framework/http_foundation.rst b/create_framework/http_foundation.rst index cbaa7d01ce4..96e50a275d1 100644 --- a/create_framework/http_foundation.rst +++ b/create_framework/http_foundation.rst @@ -125,7 +125,7 @@ containing the new requirement: { "require": { - "symfony/http-foundation": "^3.0" + "symfony/http-foundation": "^3.2" } } From d998adb04e210ffb6c7ba73627dd5dbdeefa63cd Mon Sep 17 00:00:00 2001 From: Michael COULLERET Date: Mon, 6 Feb 2017 11:54:40 +0100 Subject: [PATCH 2/2] Remove the composer.json contents example entirely --- create_framework/http_foundation.rst | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/create_framework/http_foundation.rst b/create_framework/http_foundation.rst index 96e50a275d1..dbacc1718fc 100644 --- a/create_framework/http_foundation.rst +++ b/create_framework/http_foundation.rst @@ -119,18 +119,7 @@ To use this component, add it as a dependency of the project: Running this command will also automatically download the Symfony HttpFoundation component and install it under the ``vendor/`` directory. A ``composer.json`` and a ``composer.lock`` file will be generated as well, -containing the new requirement: - -.. code-block:: json - - { - "require": { - "symfony/http-foundation": "^3.2" - } - } - -The code block shows the content of the ``composer.json`` file (the actual -version may vary). +containing the new requirement. .. sidebar:: Class Autoloading