Skip to content

Add Composer installation before step 1 for Symfony Flex #12579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions bundles/best_practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ following standardized instructions in your ``README.md`` file.
Installation
============

Make sure Composer is installed globally, as explained in the
[installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.

Step 1: Download the Bundle
---------------------------

Expand All @@ -213,10 +217,6 @@ following standardized instructions in your ``README.md`` file.
$ composer require <package-name>
```

This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

Expand Down Expand Up @@ -248,6 +248,9 @@ following standardized instructions in your ``README.md`` file.
Installation
============

Make sure Composer is installed globally, as explained in the
`installation chapter`_ of the Composer documentation.

Step 1: Download the Bundle
---------------------------

Expand All @@ -258,9 +261,6 @@ following standardized instructions in your ``README.md`` file.

$ composer require <package-name>

This command requires you to have Composer installed globally, as explained
in the `installation chapter`_ of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

Expand Down