Skip to content

Commit 8da7824

Browse files
committed
Changed installation chapter
- Added a link to Packagist - Removed PEAR link
1 parent 9716567 commit 8da7824

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/filesystem.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ Installation
1616
You can install the component in many different ways:
1717

1818
* Use the official Git repository (https://github.com/symfony/Filesystem);
19-
* Install it via PEAR ( `pear.symfony.com/Filesystem`);
20-
* Install it via Composer (`symfony/filesystem` on Packagist).
19+
* Install it via Composer (``symfony/filesystem`` on `Packagist`_).
2120

2221
Usage
2322
-----
@@ -240,3 +239,5 @@ thrown.
240239
returned a boolean and did not throw exceptions. As of 2.1, a
241240
:class:`Symfony\\Component\\Filesystem\\Exception\\IOException` is
242241
thrown if a directory creation fails.
242+
243+
.. _`Packagist`: https://packagist.org/packages/symfony/filesystem

0 commit comments

Comments
 (0)