File tree Expand file tree Collapse file tree 4 files changed +18
-12
lines changed Expand file tree Collapse file tree 4 files changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,13 @@ The Cache Component
1919Installation
2020------------
2121
22- You can install the component in 2 different ways:
22+ .. code-block :: terminal
2323
24- * :doc: `Install it via Composer </components/using_components >` (``symfony/cache `` on `Packagist `_);
25- * Use the official Git repository (https://github.com/symfony/cache).
24+ $ composer require symfony/cache
25+
26+ Alternatively, you can clone the `<https://github.com/symfony/cache >`_ repository.
27+
28+ .. include :: /components/require_autoload.rst.inc
2629
2730Cache (PSR-6) Versus Simple Cache (PSR-16)
2831------------------------------------------
Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ The Dotenv Component
1414Installation
1515------------
1616
17- You can install the component in 2 different ways:
17+ .. code-block :: terminal
18+
19+ $ composer require symfony/dotenv
1820
19- * :doc: `Install it via Composer </components/using_components >` (``symfony/dotenv `` on `Packagist `_);
20- * Use the official Git repository (https://github.com/symfony/dotenv).
21+ Alternatively, you can clone the `<https://github.com/symfony/dotenv >`_ repository.
2122
2223.. include :: /components/require_autoload.rst.inc
2324
Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ The Lock Component
1414Installation
1515------------
1616
17- You can install the component in 2 different ways:
17+ .. code-block :: terminal
1818
19- * :doc: `Install it via Composer </components/using_components >` (``symfony/lock `` on `Packagist `_);
20- * Use the official Git repository (https://github.com/symfony/lock).
19+ $ composer require symfony/lock
20+
21+ Alternatively, you can clone the `<https://github.com/symfony/lock >`_ repository.
2122
2223.. include :: /components/require_autoload.rst.inc
2324
Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ The Workflow Component
1414Installation
1515------------
1616
17- You can install the component in 2 different ways:
17+ .. code-block :: terminal
1818
19- * :doc: `Install it via Composer </components/using_components >` (``symfony/workflow `` on `Packagist `_);
20- * Use the official Git repository (https://github.com/symfony/workflow).
19+ $ composer require symfony/workflow
20+
21+ Alternatively, you can clone the `<https://github.com/symfony/workflow >`_ repository.
2122
2223.. include :: /components/require_autoload.rst.inc
2324
You can’t perform that action at this time.
0 commit comments