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.
1 parent 8a50c9c commit d64fae2Copy full SHA for d64fae2
components/using_components.rst
@@ -27,7 +27,7 @@ Using the Finder Component
27
$ composer require symfony/finder
28
29
The name ``symfony/finder`` is written at the top of the documentation for
30
-whatever component you want.
+whatever component you want.
31
32
.. tip::
33
@@ -36,6 +36,12 @@ whatever component you want.
36
a ``composer.phar`` file in your directory. In that case, no worries!
37
Just run ``php composer.phar require symfony/finder``.
38
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
45
**3.** Write your code!
46
47
Once Composer has downloaded the component(s), all you need to do is include
0 commit comments