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

Minimum Composer version #2789

Closed
danepowell opened this issue May 1, 2018 · 1 comment
Closed

Minimum Composer version #2789

danepowell opened this issue May 1, 2018 · 1 comment
Assignees
Labels
Bug Something isn't working

Comments

@danepowell
Copy link
Contributor

Lately we've seen a few user reports of BLT project creation failing because Drupal Scaffold isn't running, so things like docroot/index.php aren't getting created.

The root cause seems to be older Composer versions (including 1.1.3 and 1.3.2) that apparently don't work with Drupal Scaffold: drupal-composer/drupal-scaffold#72

We should at least document the minimum required Composer version (I'm not exactly sure what that is, but maybe just recommend the latest), and if possible do some sort of code-level check for the correct Composer version when creating projects.

@grasmash grasmash added the Bug Something isn't working label May 1, 2018
@grasmash grasmash self-assigned this May 1, 2018
@grasmash
Copy link
Contributor

grasmash commented May 2, 2018

I think this is something that needs to be addressed in drupal-composer/drupal-scaffold#72 rather than in BLT. Also, it's not possible for a package to require a minimum version of Composer.

@grasmash grasmash reopened this May 2, 2018
@grasmash grasmash closed this as completed May 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants