composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 1 update, 8 removals
- Removing yiisoft/yii2-jui (2.0.7)
- Removing bower-asset/jquery-ui (1.12.1)
- Removing phpoffice/phpspreadsheet (1.0.0)
- Removing psr/simple-cache (1.0.0)
- Removing guzzlehttp/guzzle (5.0.0)
- Removing guzzlehttp/ringphp (1.1.0)
- Removing guzzlehttp/streams (3.0.0)
- Removing react/promise (v2.5.1)
- Updating swiftmailer/swiftmailer (v5.4.8 => v5.4.9): Downloading (100%)
Writing lock file
Generating autoload files
penso che è possibile eseguire composer update
, che vi mostrerà tutti i pacchetti, e poi composer install ...
uno per uno
fonte
2018-01-24 12:19:41
Non sono sicuro se il comando per il fornitore -> esiste composer.json. Ma puoi elencare le dipendenze installate tramite 'compositore show --installato'. –