DrupalStand / drupal-dev-docker

An opinionated Drupal development environment based on Docker.
GNU General Public License v2.0
22 stars 19 forks source link

Update composer to 2.0 - Notice of potential breaking change #62

Closed stevenlafl closed 1 year ago

stevenlafl commented 3 years ago

mobomo/composer now has available the 2.0 tag. Please test this as latest will eventually become 2.0

estettler commented 3 years ago

Does it work yet with Composer 2.0?

stevenlafl commented 3 years ago

@estettler Yes, I have migrated many DrupalStand projects successfully to 2.0.

Ahead of forcing that upgrade, you can edit this file https://github.com/DrupalStand/drupal-dev-docker/blob/master/bin/composer and add :2.0 as the tag for the mobomo/composer docker image.

However you are right that we need to update :latest to use the 2.0 branch and force this upgrade eventually.

estettler commented 3 years ago

Excellent. Thanks for the quick response!