File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ following standardized instructions in your ``README.md`` file.
210
210
following command to download the latest stable version of this bundle:
211
211
212
212
```console
213
- $ composer require <package-name> "~1"
213
+ $ composer require <package-name>
214
214
```
215
215
216
216
This command requires you to have Composer installed globally, as explained
@@ -257,7 +257,7 @@ following standardized instructions in your ``README.md`` file.
257
257
258
258
.. code-block:: terminal
259
259
260
- $ composer require <package-name> "~1"
260
+ $ composer require <package-name>
261
261
262
262
This command requires you to have Composer installed globally, as explained
263
263
in the `installation chapter`_ of the Composer documentation.
You can’t perform that action at this time.
0 commit comments