Created
December 22, 2020 04:46
-
-
Save ezequiel9/f79f73467e492c31cc51ceaee5246502 to your computer and use it in GitHub Desktop.
Update composer from 1.x to 2.x Laragon
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
Find where your composer file is which composer | |
For me, it was in | |
/c/Users/USERNAME/AppData/Roaming/Composer/vendor/bin/composer | |
Open a terminal in that directory | |
follow the steps here - Installastion Steps | |
composer -V should now return 2.x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment