We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f124e commit 174a82aCopy full SHA for 174a82a
create_framework/http-foundation.rst
@@ -125,12 +125,14 @@ A ``composer.json`` and a ``composer.lock`` file will be generated as well:
125
126
.. code-block:: json
127
128
- // composer.json
129
{
130
"require": {
131
- "symfony/http-foundation": "^2.7" // Version may be different
+ "symfony/http-foundation": "^2.7"
132
}
133
+The code-block shows the content of the ```composer.json```, but the version may be different.
134
+
135
136
.. sidebar:: Class Autoloading
137
138
When installing a new dependency, Composer also generates a
0 commit comments