Skip to content

Instantly share code, notes, and snippets.

@aliemre
Created January 7, 2022 16:08
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 aliemre/017aaac7b527a311ed57a7e7b686c2cb to your computer and use it in GitHub Desktop.
Save aliemre/017aaac7b527a311ed57a7e7b686c2cb to your computer and use it in GitHub Desktop.
Downgrade and Rollback for Composer
# Downgrade to Composer v1.x
composer self-update --1
# Rollback to Composer v2.x
composer self-update --rollback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment