drupal-contributions icon indicating copy to clipboard operation
drupal-contributions copied to clipboard

Drupal 10 requires composer 2.3.6 or higher

Open gitressa opened this issue 2 years ago • 6 comments

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'

gitressa avatar Jul 15 '22 21:07 gitressa

+1 to this - experienced the same

nerdstein avatar Sep 15 '22 16:09 nerdstein

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

DuaelFr avatar Nov 18 '22 12:11 DuaelFr

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

gitressa avatar Nov 18 '22 13:11 gitressa

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

gitressa avatar Dec 16 '22 09:12 gitressa

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

2dareis2do avatar May 09 '23 15:05 2dareis2do

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

shashikanth171 avatar Dec 14 '23 05:12 shashikanth171