From d677c963f298da14533e154d8edbea71d0951e13 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 23 Apr 2015 08:34:04 +0200 Subject: [PATCH] Updated the cookbook about Composer installation --- cookbook/composer.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/cookbook/composer.rst b/cookbook/composer.rst index d57624c4a29..4cfd7282a30 100644 --- a/cookbook/composer.rst +++ b/cookbook/composer.rst @@ -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 -------------------------------------- @@ -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