Skip to content

Drupal 8.6 update #426

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

Closed
dillix opened this issue Sep 6, 2018 · 6 comments
Closed

Drupal 8.6 update #426

dillix opened this issue Sep 6, 2018 · 6 comments

Comments

@dillix
Copy link

dillix commented Sep 6, 2018

When will be drupal-project updated to support Drupal 8.6?

@webflo
Copy link
Member

webflo commented Sep 6, 2018

We are working on it in #424

It will be related later today.

@webflo
Copy link
Member

webflo commented Sep 6, 2018

Merged!

@webflo webflo closed this as completed Sep 6, 2018
@AppLEaDaY
Copy link

AppLEaDaY commented Sep 18, 2018

Hi. Just noticed this update has been released. But I don't know what I am supposed to do in order to benefit from it. I'm new to composer and the coupling drupal-composer. Would you please help me? I'm stuck at what is following.

composer prohibits drupal/core:8.6.1

drupal-composer/drupal-project - requires drupal/core (~8.5.3)
webflo/drupal-core-require-dev 8.5.7 requires drupal/core (8.5.7)

@mikaelmeulle
Copy link

to update your drupal core, you can proceed like this :

  1. update your composer.json file according to Update composer.json to require latest stable version of Drupal #424 (requirement of package drupal/core and dev requirement of package webflo/drupal-core-require-dev)

  2. (optionnal) run the following command to see what will happen:

composer update drupal/core "symfony/*" webflo/drupal-core-require-dev --with-dependencies -v --dry-run

  1. run the following command to actually download the new package versions (option "-v" is optionnal)

composer update drupal/core "symfony/*" webflo/drupal-core-require-dev --with-dependencies -v

@AppLEaDaY
Copy link

Many thanks, @mikaelmeulle! It worked nicely. I still wonder, though, what will it happen when version 8.6.2, supposing I should modify again composer.json - is it correct? ;-)

Andrea

@gitressa
Copy link

It seems like the symfony/* package doesn't need to be included, when updating from 8.6.5 to 8.6.7 ... it actually gives an error. Should the recommended update command be updated to this?

composer update drupal/core webflo/drupal-core-require-dev --with-dependencies

I didn't have to edit composer.json or anything, and the update went very smoothly, running drush updb and drush cr to finish the update process.

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