File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 44Installing 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
1014Install Composer on Linux and Mac OS X
1115--------------------------------------
@@ -37,8 +41,8 @@ the instructions.
3741Learn 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
You can’t perform that action at this time.
0 commit comments