Skip to content

Instantly share code, notes, and snippets.

@ezequiel9
Created December 22, 2020 04:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ezequiel9/f79f73467e492c31cc51ceaee5246502 to your computer and use it in GitHub Desktop.
Save ezequiel9/f79f73467e492c31cc51ceaee5246502 to your computer and use it in GitHub Desktop.
Update composer from 1.x to 2.x Laragon
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