From 8da7824c135e08d2ad4872c28b05ff1867a71242 Mon Sep 17 00:00:00 2001 From: Wouter J Date: Sat, 29 Dec 2012 15:14:10 +0100 Subject: [PATCH] Changed installation chapter - Added a link to Packagist - Removed PEAR link --- components/filesystem.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/filesystem.rst b/components/filesystem.rst index e7bed486d33..b4755c1201d 100644 --- a/components/filesystem.rst +++ b/components/filesystem.rst @@ -16,8 +16,7 @@ Installation You can install the component in many different ways: * Use the official Git repository (https://github.com/symfony/Filesystem); -* Install it via PEAR ( `pear.symfony.com/Filesystem`); -* Install it via Composer (`symfony/filesystem` on Packagist). +* Install it via Composer (``symfony/filesystem`` on `Packagist`_). Usage ----- @@ -240,3 +239,5 @@ thrown. returned a boolean and did not throw exceptions. As of 2.1, a :class:`Symfony\\Component\\Filesystem\\Exception\\IOException` is thrown if a directory creation fails. + +.. _`Packagist`: https://packagist.org/packages/symfony/filesystem