Skip to content

Commit d64fae2

Browse files
committed
Adding details about a specific version
1 parent 8a50c9c commit d64fae2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

components/using_components.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Using the Finder Component
2727
$ composer require symfony/finder
2828
2929
The name ``symfony/finder`` is written at the top of the documentation for
30-
whatever component you want.
30+
whatever component you want.
3131

3232
.. tip::
3333

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

39+
If you know you need a specific version of the library, add that to the command:
40+
41+
.. code-block:: bash
42+
43+
$ composer require symfony/finder:~2.3
44+
3945
**3.** Write your code!
4046

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

0 commit comments

Comments
 (0)