Missing dependency for navigation_plus

Created on 27 January 2025, 2 months ago

Problem/Motivation

I get an error when upgrading from 2.x to 3.x

Steps to reproduce

$ composer require 'drupal/lb_plus:^3.1' -W
# drush updb
 [error]  Layout Builder + requires this module.
 (Currently using Unresolved dependency navigation_plus (Missing)
) 
 [error]  Layout Builder + - Section Library requires this module.
 (Currently using Unresolved dependency navigation_plus (Missing)
) 

Proposed resolution

Add to module's composer.json

  "require": {
    "drupal/masquerade": "^2.0"
  }

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

3.1

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024