Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drupal 10 requires composer 2.3.6 or higher #69

Open
gitressa opened this issue Jul 15, 2022 · 6 comments
Open

Drupal 10 requires composer 2.3.6 or higher #69

gitressa opened this issue Jul 15, 2022 · 6 comments

Comments

@gitressa
Copy link
Contributor

gitressa commented Jul 15, 2022

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
Copy link

+1 to this - experienced the same

@gitressa gitressa changed the title Drupal 10 requires composer 2.3.5 or higher Drupal 10 requires composer 2.3.6 or higher Sep 17, 2022
@DuaelFr
Copy link
Contributor

DuaelFr commented Nov 18, 2022

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

@gitressa
Copy link
Contributor Author

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

@gitressa
Copy link
Contributor Author

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

@2dareis2do
Copy link

2dareis2do commented May 9, 2023

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

@shashikanth171
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants