We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f81ea commit ce6c3a9Copy full SHA for ce6c3a9
frontend/asset_mapper.rst
@@ -217,8 +217,12 @@ to add any `npm package`_:
217
218
.. tip::
219
220
- The command takes the well-know ``--dry-run`` option to simulate the installation of the packages, useful
221
- to show what will be installed without altering anything.
+ Add the ``--dry-run`` option to simulate package installation without actually
+ making any changes (e.g. ``php bin/console importmap:require bootstrap --dry-run``)
222
+
223
+ .. versionadded:: 7.3
224
225
+ The ``--dry-run`` option was introduced in Symfony 7.3.
226
227
This adds the ``bootstrap`` package to your ``importmap.php`` file::
228
0 commit comments