thinktandem / drupal-contributions

Lando tooling, events, and scripts to facilitate Drupal contributions.
79 stars 35 forks source link

Drupal 10 requires composer 2.3.6 or higher #69

Open gitressa opened 2 years ago

gitressa commented 2 years ago

Since Drupal 10 requires composer 2.3.6 or higher the install fails.

Temporary fix is adding composer_version: '2.3.8' in .lando.yml:

services:
  appserver:
    composer_version: '2.3.8'
nerdstein commented 1 year ago

+1 to this - experienced the same

DuaelFr commented 1 year ago

I think we could safely consider using composer_version: 2-latest do avoid having to change it later.

gitressa commented 1 year ago

That's a great suggestion @DuaelFr, which would save us from recurring updates.

gitressa commented 1 year ago

@DuaelFr and @nerdstein: I have created MR #78. What do you think?

2dareis2do commented 1 year ago

Thanks this works for me when running 10.x branch after rebuild

shashikanth171 commented 7 months ago

As, #76 is merged, this can be closed.