Skip to content

Commit 2b3c6d9

Browse files
committed
Updated the installation instructions for components introduced in 2.8
1 parent 81ad32e commit 2b3c6d9

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

components/ldap.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ The Ldap Component
1313
Installation
1414
------------
1515

16-
You can install the component in 2 different ways:
16+
.. code-block:: terminal
1717
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.
2021

2122
.. include:: /components/require_autoload.rst.inc
2223

components/property_info.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ within that class.
2222
Installation
2323
------------
2424

25-
You can install the component in two different ways:
25+
.. code-block:: terminal
2626
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.
3030

3131
.. include:: /components/require_autoload.rst.inc
3232

0 commit comments

Comments
 (0)