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

[docs] demonstrate drupal/recommended-project for Drupal install instead of drupal-project #1920

Closed
rfay opened this issue Nov 5, 2019 · 0 comments
Labels
Prioritized We expect to do this in an upcoming release

Comments

@rfay
Copy link
Member

rfay commented Nov 5, 2019

Describe the bug

Per https://www.drupal.org/docs/develop/using-composer/starting-a-site-using-drupal-composer-project-templates from Drupal 8.8.x forward, there is a composer template in Drupal core, and using drupal-project is no longer the recommended technique

So we'll want to change the D8/D9 quickstart docs to use that instead of drupal-project.

Currently we have
ddev composer create drupal-composer/drupal-project:8.x-dev --stability dev --no-interaction --prefer-dist

And we'll want to change to something like:

ddev composer create drupal/recommended-project:^8.8--stability dev --prefer-dist

And probably also add D9 version...

@rfay rfay changed the title Use drupal/recommended-project for Drupal install instead of drupal-project [docs] demonstrate drupal/recommended-project for Drupal install instead of drupal-project Jan 15, 2020
@rfay rfay added the Prioritized We expect to do this in an upcoming release label Feb 5, 2020
@rfay rfay closed this as completed in 2287d4b Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Prioritized We expect to do this in an upcoming release
Projects
None yet
Development

No branches or pull requests

1 participant