Last active
November 2, 2020 02:21
-
-
Save luqman-v1/e8d0c1f622e880a1a61b9467bb54afa5 to your computer and use it in GitHub Desktop.
downgrade composer version
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
- Downgrade Composer to v1. | |
composer self-update --1 | |
- to return to version 2.0.2 | |
composer self-update --rollback | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment