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
19
19
Installation
20
20
------------
21
21
22
- You can install the component in 2 different ways:
22
+ .. code-block :: terminal
23
23
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
26
29
27
30
Cache (PSR-6) Versus Simple Cache (PSR-16)
28
31
------------------------------------------
Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ The Dotenv Component
14
14
Installation
15
15
------------
16
16
17
- You can install the component in 2 different ways:
17
+ .. code-block :: terminal
18
+
19
+ $ composer require symfony/dotenv
18
20
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.
21
22
22
23
.. include :: /components/require_autoload.rst.inc
23
24
Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ The Lock Component
14
14
Installation
15
15
------------
16
16
17
- You can install the component in 2 different ways:
17
+ .. code-block :: terminal
18
18
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.
21
22
22
23
.. include :: /components/require_autoload.rst.inc
23
24
Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ The Workflow Component
14
14
Installation
15
15
------------
16
16
17
- You can install the component in 2 different ways:
17
+ .. code-block :: terminal
18
18
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.
21
22
22
23
.. include :: /components/require_autoload.rst.inc
23
24
You can’t perform that action at this time.
0 commit comments