We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1c071 commit 11422dbCopy full SHA for 11422db
components/using_components.rst
@@ -36,12 +36,6 @@ whatever component you want.
36
file in your directory. In that case, no worries! Just run
37
``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.6.2
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