Skip to content

Commit 588bac0

Browse files
committed
Implemented the suggestions made by Christian and Wouter
1 parent 82b6921 commit 588bac0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbook/bundles/best_practices.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ following standardized instructions in your ``README.md`` file.
218218
following command to download the latest stable version of this bundle:
219219
220220
```bash
221-
$ composer require <package-name>
221+
$ composer require <package-name> "~1"
222222
```
223223
224224
This command requires you to have Composer installed globally, as explained

cookbook/bundles/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ version, include it as the second argument of the `composer require`_ command:
4444

4545
.. code-block:: bash
4646
47-
$ composer require friendsofsymfony/user-bundle "~2.0@dev"
47+
$ composer require friendsofsymfony/user-bundle "~2.0"
4848
4949
B) Enable the Bundle
5050
--------------------

0 commit comments

Comments
 (0)