File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff 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
248245How does the importmap Work?
249246~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments