Skip to content

Commit baab8dc

Browse files
committed
minor #7117 Updating example README to match note below it (darrylhein)
This PR was submitted for the 3.1 branch but it was merged into the 3.3 branch instead (closes #7117). Discussion ---------- Updating example README to match note below it The note below says the instructions installs the latest stable version, but it was actually installing "~1" Commits ------- c09b6e3 Updating example README to match note below it
2 parents cfae925 + c09b6e3 commit baab8dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/best_practices.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ following standardized instructions in your ``README.md`` file.
210210
following command to download the latest stable version of this bundle:
211211
212212
```console
213-
$ composer require <package-name> "~1"
213+
$ composer require <package-name>
214214
```
215215
216216
This command requires you to have Composer installed globally, as explained
@@ -257,7 +257,7 @@ following standardized instructions in your ``README.md`` file.
257257
258258
.. code-block:: terminal
259259
260-
$ composer require <package-name> "~1"
260+
$ composer require <package-name>
261261
262262
This command requires you to have Composer installed globally, as explained
263263
in the `installation chapter`_ of the Composer documentation.

0 commit comments

Comments
 (0)