diff --git a/bundles/best_practices.rst b/bundles/best_practices.rst index 7a371a319b5..57d738ae568 100644 --- a/bundles/best_practices.rst +++ b/bundles/best_practices.rst @@ -208,7 +208,7 @@ following standardized instructions in your ``README.md`` file. following command to download the latest stable version of this bundle: ```console - $ composer require "~1" + $ composer require ``` This command requires you to have Composer installed globally, as explained @@ -256,7 +256,7 @@ following standardized instructions in your ``README.md`` file. .. code-block:: terminal - $ composer require "~1" + $ composer require This command requires you to have Composer installed globally, as explained in the `installation chapter`_ of the Composer documentation.