File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -228,30 +228,23 @@ command to download the files on other computers if some are missing:
228
228
229
229
The ``importmap:install `` command was introduced in Symfony 6.4.
230
230
231
- You can check for available updates for your third-party packages by running:
231
+ You can update your third-party packages to their current versions by running:
232
232
233
233
.. code-block :: terminal
234
234
235
235
# check for updates for all packages
236
236
$ php bin/console importmap:outdated
237
+ # update them
238
+ $ php bin/console importmap:update
237
239
238
- # check for updates for the given list of packages
240
+ # only for the given list of packages
241
+ $ php bin/console importmap:update bootstrap lodash
239
242
$ php bin/console importmap:outdated bootstrap lodash
240
243
241
244
.. versionadded :: 6.4
242
245
243
246
The ``importmap:outdated `` command was introduced in Symfony 6.4.
244
247
245
- To update third-party packages in your ``importmap.php `` file, run:
246
-
247
- .. code-block :: terminal
248
-
249
- # updates all packages
250
- $ php bin/console importmap:update
251
-
252
- # updates only the given list of packages
253
- $ php bin/console importmap:update bootstrap lodash
254
-
255
248
How does the importmap Work?
256
249
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
257
250
You can’t perform that action at this time.
0 commit comments