Skip to content

Commit 11a4e97

Browse files
committed
Merge pull request #2069 from WouterJ/patch-30
[Component][Filesystem] Changed installation chapter
2 parents 700f72d + 8da7824 commit 11a4e97

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)