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:
224
224
225
225
$ php bin/console importmap:install
226
226
227
- .. versionadded :: 6.4
228
-
229
- The ``importmap:install `` command was introduced in Symfony 6.4.
230
-
231
227
You can update your third-party packages to their current versions by running:
232
228
233
229
.. code-block :: terminal
234
230
235
- # check for updates for all packages
231
+ # lists outdated packages and shows their latest versions
236
232
$ php bin/console importmap:outdated
237
- # update them
233
+ # updates all the outdated packages
238
234
$ php bin/console importmap:update
239
235
240
- # only for the given list of packages
236
+ # you can also run the commands only for the given list of packages
241
237
$ php bin/console importmap:update bootstrap lodash
242
238
$ php bin/console importmap:outdated bootstrap lodash
243
239
244
240
.. versionadded :: 6.4
245
241
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.
247
244
248
245
How does the importmap Work?
249
246
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments