Skip to content

Commit

Permalink
feature #5207 Updated the cookbook about Composer installation (javie…
Browse files Browse the repository at this point in the history
…reguiluz)

This PR was merged into the 2.3 branch.

Discussion
----------

Updated the cookbook about Composer installation

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets | -

Commits
-------

d677c96 Updated the cookbook about Composer installation
  • Loading branch information
wouterj committed Apr 26, 2015
2 parents 6641b4b + d677c96 commit cac0a9c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions cookbook/composer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
Installing Composer
===================

`Composer`_ is the package manager used by modern PHP applications and the
recommended way to install Symfony2.
`Composer`_ is the package manager used by modern PHP applications. Use Composer
to manage dependencies in your Symfony applications and to install Symfony Components
in your PHP projects.

It's recommended to install Composer globally in your system as explained in the
following sections.

Install Composer on Linux and Mac OS X
--------------------------------------
Expand Down Expand Up @@ -37,8 +41,8 @@ the instructions.
Learn more
----------

You can read more about Composer in `its documentation`_.
Read the `Composer documentation`_ to learn more about its usage and features.

.. _`Composer`: https://getcomposer.org/
.. _`getcomposer.org/download`: https://getcomposer.org/download
.. _`its documentation`: https://getcomposer.org/doc/00-intro.md
.. _`Composer documentation`: https://getcomposer.org/doc/00-intro.md

0 comments on commit cac0a9c

Please sign in to comment.