Created
April 6, 2021 21:06
-
-
Save lcube45/a2e004d2055d553ee664ef5007856e18 to your computer and use it in GitHub Desktop.
Composer selfupdate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// update to composer v2 | |
composer selfupdate --2 | |
// rollback if you want | |
composer self-update --rollback |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment