Skip to content

Commit 2e5c054

Browse files
committed
Remove horizontal scrollbar, fix command with version
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent 759ad10 commit 2e5c054

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/using_components.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you know you need a specific version of the library, add that to the command:
4040

4141
.. code-block:: bash
4242
43-
$ composer require symfony/finder
43+
$ composer require symfony/finder:2.6.2
4444
4545
**3.** Write your code!
4646

@@ -51,7 +51,8 @@ immediately::
5151

5252
// File example: src/script.php
5353

54-
// update this to the path to the "vendor/" directory, relative to this file
54+
// update this to the path to the "vendor/"
55+
// directory, relative to this file
5556
require_once __DIR__.'/../vendor/autoload.php';
5657

5758
use Symfony\Component\Finder\Finder;

0 commit comments

Comments
 (0)