Skip to content

Commit ce6c3a9

Browse files
committed
Reword
1 parent e8f81ea commit ce6c3a9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

frontend/asset_mapper.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,12 @@ to add any `npm package`_:
217217
218218
.. tip::
219219

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.
220+
Add the ``--dry-run`` option to simulate package installation without actually
221+
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.
222226

223227
This adds the ``bootstrap`` package to your ``importmap.php`` file::
224228

0 commit comments

Comments
 (0)