Skip to content

Instantly share code, notes, and snippets.

@johndwells
Created August 17, 2021 12:52
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 johndwells/1873792bc3801ec97dcaaa6a7fca07d0 to your computer and use it in GitHub Desktop.
Save johndwells/1873792bc3801ec97dcaaa6a7fca07d0 to your computer and use it in GitHub Desktop.
DDEV change composer version
// 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