Skip to content

Commit 8afb402

Browse files
committed
Tweaks
1 parent 8e3d570 commit 8afb402

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

frontend/asset_mapper.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -224,26 +224,23 @@ if some are missing:
224224
225225
$ php bin/console importmap:install
226226
227-
.. versionadded:: 6.4
228-
229-
The ``importmap:install`` command was introduced in Symfony 6.4.
230-
231227
You can update your third-party packages to their current versions by running:
232228

233229
.. code-block:: terminal
234230
235-
# check for updates for all packages
231+
# lists outdated packages and shows their latest versions
236232
$ php bin/console importmap:outdated
237-
# update them
233+
# updates all the outdated packages
238234
$ php bin/console importmap:update
239235
240-
# only for the given list of packages
236+
# you can also run the commands only for the given list of packages
241237
$ php bin/console importmap:update bootstrap lodash
242238
$ php bin/console importmap:outdated bootstrap lodash
243239
244240
.. versionadded:: 6.4
245241

246-
The ``importmap:outdated`` command was introduced in Symfony 6.4.
242+
The ``importmap:install`` and ``importmap:outdated`` commands were introduced
243+
in Symfony 6.4.
247244

248245
How does the importmap Work?
249246
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)