File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ The Ldap Component
13
13
Installation
14
14
------------
15
15
16
- You can install the component in 2 different ways:
16
+ .. code-block :: terminal
17
17
18
- * :doc: `Install it via Composer </components/using_components >` (``symfony/ldap `` on `Packagist `_);
19
- * Use the official Git repository (https://github.com/symfony/ldap).
18
+ $ composer require symfony/ldap
19
+
20
+ Alternatively, you can clone the `<https://github.com/symfony/ldap >`_ repository.
20
21
21
22
.. include :: /components/require_autoload.rst.inc
22
23
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ within that class.
22
22
Installation
23
23
------------
24
24
25
- You can install the component in two different ways:
25
+ .. code-block :: terminal
26
26
27
- * :doc: ` Install it via Composer < /components/using_components >` (`` symfony/property-info ``
28
- on ` Packagist `_);
29
- * Use the official Git repository ( https://github.com/symfony/property-info) .
27
+ $ composer require symfony/property-info
28
+
29
+ Alternatively, you can clone the `< https://github.com/symfony/property-info >`_ repository .
30
30
31
31
.. include :: /components/require_autoload.rst.inc
32
32
You can’t perform that action at this time.
0 commit comments