Question d’entretien chez First Due

Difference between composer install and update.

Réponse à la question d'entretien

Utilisateur anonyme

20 déc. 2023

composer update updates packages and dependencies to the latest versions if available. composer install simply installs packages mentioned in the composer.json file. Of course, both update the composer.lock file after it is done.