Skip to content

Commit 6199c6f

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [AssetMapper] Added instruction for 'outdated' command
2 parents f2c930f + bed77a4 commit 6199c6f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

frontend/asset_mapper.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,20 @@ computers if some files are missing.
248248
such as ``@popperjs/core``. The ``download`` option will download both the main
249249
package *and* its dependencies.
250250

251+
You can check for available updates for your third-party packages by running:
252+
253+
.. code-block:: terminal
254+
255+
# check for updates for all packages
256+
$ php bin/console importmap:outdated
257+
258+
# check for updates for the given list of packages
259+
$ php bin/console importmap:outdated bootstrap lodash
260+
261+
.. versionadded:: 6.4
262+
263+
The ``importmap:outdated`` command was introduced in Symfony 6.4.
264+
251265
To update third-party packages in your ``importmap.php`` file, run:
252266

253267
.. code-block:: terminal

0 commit comments

Comments
 (0)