I'm using a slightly modified Open Social composer.json file for my installation, however it seems that drupal/core 8.2.7 is a dependency of goalgorilla/open_social 1.0 so running "composer update" doesn't update core to 8.3.0.

How can this be changed so that composer can update all of the modules and core without being held back by the dependencies?

Comments

aonsquared created an issue. See original summary.

bramtenhove’s picture

Status: Active » Fixed

This is a tough one. We notice that updates of Drupal core have a certain impact on Open Social. It usually requires some work to make sure everything works as expected.

You could force using the new Drupal core version by using Composer's inline aliasing. For more information take a look at https://getcomposer.org/doc/articles/aliases.md#require-inline-alias.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.