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

Switch to official Drupal core Composer project template #24

Closed
geerlingguy opened this issue Oct 2, 2019 · 2 comments
Closed

Switch to official Drupal core Composer project template #24

geerlingguy opened this issue Oct 2, 2019 · 2 comments

Comments

@geerlingguy
Copy link
Owner

geerlingguy commented Oct 2, 2019

In the docs and in general...

See: https://www.drupal.org/node/3082474

composer -n create-project drupal/recommended-project:^8.8@dev my-project

Instead of using the composer-template project that I've been using in the past.

Related:

@paul-m
Copy link

paul-m commented Dec 6, 2019

Just a heads-up that if you create-project without @dev, you won't get embedded repos:

composer -n --prefer-dist create-project drupal/recommended-project:^8.8 my-project

@geerlingguy
Copy link
Owner Author

Related:

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

2 participants