8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 700f72d + 8da7824 commit 11a4e97Copy full SHA for 11a4e97< 8000 /pre>
components/filesystem.rst
@@ -16,8 +16,7 @@ Installation
16
You can install the component in many different ways:
17
18
* 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).
+* Install it via Composer (``symfony/filesystem`` on `Packagist`_).
21
22
Usage
23
-----
@@ -240,3 +239,5 @@ thrown.
240
239
returned a boolean and did not throw exceptions. As of 2.1, a
241
:class:`Symfony\\Component\\Filesystem\\Exception\\IOException` is
242
thrown if a directory creation fails.
+
243
+.. _`Packagist`: https://packagist.org/packages/symfony/filesystem
0 commit comments