Skip to content

Commit 174a82a

Browse files
committed
removed comments from json code block
1 parent 52f124e commit 174a82a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

create_framework/http-foundation.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,14 @@ A ``composer.json`` and a ``composer.lock`` file will be generated as well:
125125

126126
.. code-block:: json
127127
128-
// composer.json
129128
{
130129
"require": {
131-
"symfony/http-foundation": "^2.7" // Version may be different
130+
"symfony/http-foundation": "^2.7"
132131
}
133132
133+
The code-block shows the content of the ```composer.json```, but the version may be different.
134+
135+
134136
.. sidebar:: Class Autoloading
135137
136138
When installing a new dependency, Composer also generates a

0 commit comments

Comments
 (0)