Skip to content

Commit ce5b31b

Browse files
committed
added composer info
1 parent eff6e9c commit ce5b31b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

create_framework/http-foundation.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,13 @@ 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.::
125+
126+
// composer.json
127+
{
128+
"require": {
129+
"symfony/http-foundation": "^2.7"
130+
}
124131

125132
.. sidebar:: Class Autoloading
126133

0 commit comments

Comments
 (0)