Skip to content

Commit a890dcc

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: Add Composer installation before step 1 for Symfony Flex
2 parents 8945448 + 604e943 commit a890dcc

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

bundles/best_practices.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,10 @@ following standardized instructions in your ``README.md`` file.
277277
Installation
278278
============
279279
280+
Make sure Composer is installed globally, as explained in the
281+
[installation chapter](https://getcomposer.org/doc/00-intro.md)
282+
of the Composer documentation.
283+
280284
Applications that use Symfony Flex
281285
----------------------------------
282286
@@ -298,10 +302,6 @@ following standardized instructions in your ``README.md`` file.
298302
$ composer require <package-name>
299303
```
300304
301-
This command requires you to have Composer installed globally, as explained
302-
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
303-
of the Composer documentation.
304-
305305
### Step 2: Enable the Bundle
306306
307307
Then, enable the bundle by adding it to the list of registered bundles
@@ -321,7 +321,9 @@ following standardized instructions in your ``README.md`` file.
321321
Installation
322322
============
323323
324-
Applications that use Symfony Flex
324+
Make sure Composer is installed globally, as explained in the
325+
`installation chapter`_ of the Composer documentation.
326+
325327
----------------------------------
326328
327329
Open a command console, enter your project directory and execute:
@@ -343,9 +345,6 @@ following standardized instructions in your ``README.md`` file.
343345
344346
$ composer require <package-name>
345347
346-
This command requires you to have Composer installed globally, as explained
347-
in the `installation chapter`_ of the Composer documentation.
348-
349348
Step 2: Enable the Bundle
350349
~~~~~~~~~~~~~~~~~~~~~~~~~
351350

0 commit comments

Comments
 (0)