2.0.1-beta1 does not allow for context update to 5.0.0-rc1

Created on 23 June 2023, over 1 year ago
Updated 3 October 2023, about 1 year ago

Problem/Motivation

I'm testing to see how involved it might be to get to Drupal 10.1. Happy to see that context_breadcrumb supports Drupal 10, but I think the only version of context that supports 10 is 5.0.0-rc1. Unfortunately context_breadcrumb is specifying "drupal/context": "^4.0

I have no idea yet if there are other issues with context 5 and context_breadcrumb 2 compatibility.

✨ Feature request
Status

Closed: works as designed

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States JonMcL Brooklyn, NY

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

Comments & Activities

  • Issue created by @JonMcL
  • @jonmcl opened merge request.
  • πŸ‡ΊπŸ‡ΈUnited States JonMcL Brooklyn, NY

    Obviously an extremely simple MR :) I have no idea yet if there are incompatibilities between context_breadcrumb 2.0.1 and context 5.0.0-rc1

    To be able to upgrade both modules, I added the the following changes to my composer.json:

        "repositories": [
            {
                "type": "composer",
                "url": "https://packages.drupal.org/8",
                "exclude": [
                    "drupal/context_breadcrumb"
                ]
            },
            {
                "type": "package",
                "package": {
                    "name": "drupal/context_breadcrumb",
                    "version": "2.0.1@dev",
                    "type": "drupal-module",
                    "source": {
                        "url": "https://git.drupalcode.org/issue/context_breadcrumb-3369056.git",
                        "type": "git",
                        "reference": "2.0.x"
                    }
                }
            }
        ],
    

    Then I ran:
    composer require 'drupal/context:^5.0@RC' 'drupal/context_breadcrumb:^2.0@beta'

  • Status changed to Closed: works as designed about 1 year ago
Production build 0.71.5 2024