Skip to content

Commit

Permalink
Adding details about a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Nov 7, 2014
1 parent 8a50c9c commit d64fae2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion components/using_components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Using the Finder Component
$ composer require symfony/finder
The name ``symfony/finder`` is written at the top of the documentation for
whatever component you want.
whatever component you want.

.. tip::

Expand All @@ -36,6 +36,12 @@ whatever component you want.
a ``composer.phar`` file in your directory. In that case, no worries!
Just run ``php composer.phar require symfony/finder``.

If you know you need a specific version of the library, add that to the command:

.. code-block:: bash
$ composer require symfony/finder:~2.3
**3.** Write your code!

Once Composer has downloaded the component(s), all you need to do is include
Expand Down

0 comments on commit d64fae2

Please sign in to comment.