Skip to content

Commit d60f64d

Browse files
20ufxabbuh
authored andcommitted
[HttpFoundation][Fix] Component version
1 parent 96e0254 commit d60f64d

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

create_framework/http_foundation.rst

+1-12
Original file line numberDiff line numberDiff line change
@@ -119,18 +119,7 @@ To use this component, add it as a dependency of the project:
119119
Running this command will also automatically download the Symfony
120120
HttpFoundation component and install it under the ``vendor/`` directory.
121121
A ``composer.json`` and a ``composer.lock`` file will be generated as well,
122-
containing the new requirement:
123-
124-
.. code-block:: json
125-
126-
{
127-
"require": {
128-
"symfony/http-foundation": "^2.7"
129-
}
130-
}
131-
132-
The code block shows the content of the ``composer.json`` file (the actual
133-
version may vary).
122+
containing the new requirement.
134123

135124
.. sidebar:: Class Autoloading
136125

0 commit comments

Comments
 (0)