Created
August 17, 2021 12:52
-
-
Save johndwells/1873792bc3801ec97dcaaa6a7fca07d0 to your computer and use it in GitHub Desktop.
DDEV change 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
// https://github.com/drud/ddev/issues/2383#issuecomment-860913830 | |
$ ddev composer -- --version | |
Composer version 2.0.13 2021-04-27 13:11:08 | |
$ ddev config --composer-version=1 | |
$ ddev restart | |
$ ddev composer -- --version | |
Composer version 1.10.22 2021-04-27 13:10:45 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment