@@ -5,33 +5,11 @@ Installing Composer
5
5
===================
6
6
7
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.
8
+ to manage dependencies in your Symfony applications and to install Symfony
9
+ Components in your PHP projects.
10
10
11
- It's recommended to install Composer globally in your system as explained in the
12
- following sections.
11
+ Since this article was first published, Composer installation has improved a lot.
12
+ Therefore, the original contents of this article have been removed and you are
13
+ encourage to `install Composer `_ as explained in the official Composer documentation.
13
14
14
- Install Composer on Linux and Mac OS X
15
- --------------------------------------
16
-
17
- #. Run the installer as described in `the official Composer documentation `_;
18
- #. Execute the following command to move the ``composer.phar `` to a directory that is in your path:
19
-
20
- .. code-block :: bash
21
-
22
- $ sudo mv composer.phar /usr/local/bin/composer
23
-
24
- Install Composer on Windows
25
- ---------------------------
26
-
27
- Download the installer from `getcomposer.org `_, execute it and follow the instructions.
28
-
29
- Learn more
30
- ----------
31
-
32
- Read the `Composer documentation `_ to learn more about its usage and features.
33
-
34
- .. _`Composer` : https://getcomposer.org/
35
- .. _`Composer documentation` : https://getcomposer.org/doc/00-intro.md
36
- .. _`getcomposer.org` : https://getcomposer.org/Composer-Setup.exe
37
- .. _the official Composer documentation : https://getcomposer.org/download
15
+ .. _`install Composer` : https://getcomposer.org/download/
0 commit comments