There are problems when updating drupal from 10.6.3 to 10.6.7

They moved the Drupal Forum (which depends on the history module) and History modules to standalone modules but the minimum requirement for history is Drupal 11. Opigno depends on the forum module, and needs to update its dependency chain to account for these newly extracted modules....

Drupal 10.6.7 is a security patch, so this would seem urgent.

Comments

jive01 created an issue. See original summary.

jive01’s picture

Issue summary: View changes
jive01’s picture

Issue summary: View changes
jive01’s picture

Issue summary: View changes

a workaround is adding this to your composer files:

"replace": {
"drupal/history": "*"
}