File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
Installing Composer
5
5
===================
6
6
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.
9
13
10
14
Install Composer on Linux and Mac OS X
11
15
--------------------------------------
@@ -37,8 +41,8 @@ the instructions.
37
41
Learn more
38
42
----------
39
43
40
- You can read more about Composer in ` its documentation `_ .
44
+ Read the ` Composer documentation `_ to learn more about its usage and features .
41
45
42
46
.. _`Composer` : https://getcomposer.org/
43
47
.. _`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