Skip to content

Commit

Permalink
feature #5491 added composer info (OskarStark)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5491).

Discussion
----------

added composer info

Commits
-------

944a795 added composer info
  • Loading branch information
wouterj committed Jul 23, 2015
2 parents 7bfac23 + 944a795 commit dd2c3a4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions create_framework/http-foundation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,18 @@ To use this component, add it as a dependency of the project:
Running this command will also automatically download the Symfony
HttpFoundation component and install it under the ``vendor/`` directory.
A ``composer.json`` and a ``composer.lock`` file will be generated as well:

.. code-block:: json
{
"require": {
"symfony/http-foundation": "^2.7"
}
The code block shows the content of the ``composer.json`` file (the actual
version may vary).
.. sidebar:: Class Autoloading
Expand Down

0 comments on commit dd2c3a4

Please sign in to comment.