Thursday, June 30, 2016

Upgrade To Latest Composer Version (Windows)

Problem:
How to upgrade to the latest composer version on Windows.
e.g. Warning: This development build of composer is over 60 days old. It is recommend
ed to update it by running "C:\ProgramData\ComposerSetup\bin\composer.phar self-
update" to get the latest version.

Solution:
Run the following on the command line (assumed composer is in path):
composer self-update

No comments:

Post a Comment