Skip to content

[Component][Filesystem] Changed installation chapter #2069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 30, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions components/filesystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down Expand Up @@ -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