8000 [#5491] Fix syntax error · symfony/symfony-docs@ae14002 · GitHub
[go: up one dir, main page]

Skip to content

Commit ae14002

Browse files
committed
[#5491] Fix syntax error
1 parent dd2c3a4 commit ae14002

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

create_framework/http-foundation.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,19 +121,20 @@ To use this component, add it as a dependency of the project:
121121
122122
Running this command will also automatically download the Symfony
123123
HttpFoundation component and install it under the ``vendor/`` directory.
124-
A ``composer.json`` and a ``composer.lock`` file will be generated as well:
124+
A ``composer.json`` and a ``composer.lock`` file will be generated as well,
125+
containing the new requirement:
125126

126127
.. code-block:: json
127128
128129
{
129130
"require": {
130131
"symfony/http-foundation": "^2.7"
132+
}
131133
}
132134
133135
The code block shows the content of the ``composer.json`` file (the actual
134136
version may vary).
135137

136-
137138
.. sidebar:: Class Autoloading
138139

139140
When installing a new dependency, Composer also generates a

0 commit comments

Comments
 (0)
0