Skip to content

Commit ca786e9

Browse files
committed
minor symfony#7423 [HttpFoundation][Fix] Component version (20uf)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes symfony#7423). Discussion ---------- [HttpFoundation][Fix] Component version Hello, Small PR to correct the version of the component HttpFoundation in the composer.json. Regards, Commits ------- d60f64d [HttpFoundation][Fix] Component version
2 parents 96e0254 + d60f64d commit ca786e9

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)