Skip to content

Commit

Permalink
Reverted removal of version
Browse files Browse the repository at this point in the history
It seems like this one was missed when reverting the change. For the
discussion, see symfony#4290
  • Loading branch information
wouterj committed Oct 26, 2014
1 parent a811578 commit d5122c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cookbook/bundles/best_practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ following standardized instructions in your ``README.md`` file.
following command to download the latest stable version of this bundle:
```bash
$ composer require <package-name>
$ composer require <package-name> "~1"
```
This command requires you to have Composer installed globally, as explained
Expand Down Expand Up @@ -259,6 +259,9 @@ following standardized instructions in your ``README.md`` file.
}
```
This template assumes that your bundle is in its ``1.x`` version. If not, change
the ``"~1"`` installation version accordingly (``"~2"``, ``"~3"``, etc.)

Optionally, you can add more installation steps (*Step 3*, *Step 4*, etc.) to
explain other required installation tasks, such as registering routes or
dumping assets.
Expand Down

0 comments on commit d5122c4

Please sign in to comment.