Skip to content

Commit cac0a9c

Browse files
committed
feature #5207 Updated the cookbook about Composer installation (javiereguiluz)
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
2 parents 6641b4b + d677c96 commit cac0a9c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

cookbook/composer.rst

+8-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
Installing Composer
55
===================
66

7-
`Composer`_ is the package manager used by modern PHP applications and the
8-
recommended way to install Symfony2.
7+
`Composer`_ is the package manager used by modern PHP applications. Use Composer
8+
to manage dependencies in your Symfony applications and to install Symfony Components
9+
in your PHP projects.
10+
11+
It's recommended to install Composer globally in your system as explained in the
12+
following sections.
913

1014
Install Composer on Linux and Mac OS X
1115
--------------------------------------
@@ -37,8 +41,8 @@ the instructions.
3741
Learn more
3842
----------
3943

40-
You can read more about Composer in `its documentation`_.
44+
Read the `Composer documentation`_ to learn more about its usage and features.
4145

4246
.. _`Composer`: https://getcomposer.org/
4347
.. _`getcomposer.org/download`: https://getcomposer.org/download
44-
.. _`its documentation`: https://getcomposer.org/doc/00-intro.md
48+
.. _`Composer documentation`: https://getcomposer.org/doc/00-intro.md

0 commit comments

Comments
 (0)