Drupal 10 Compatible Issue

Created on 23 January 2024, 5 months ago
Updated 5 February 2024, 5 months ago

Problem/Motivation

Getting an error when I try to upgrade to latest version of Load Lazy and make it compatible with Drupal 10 version.

Steps to reproduce

We have OpenSocial version is 11.11.4 and Drupal version is 9.5.11. We want to upgrade Drupal 10 version first and then will upgrade to OpenSocial version to 12.0.0. I got the following error when I try to upgrade load lazy version to 4.0.

Problem 1
    - Root composer.json requires drupal/lazy ^3.12, found drupal/lazy[dev-3.x, 3.12.0, 3.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - goalgorilla/open_social is locked to version 11.11.4 and an update of this package was not requested.
    - goalgorilla/open_social 11.11.4 requires drupal/lazy 3.11.0 -> found drupal/lazy[3.11.0] but it conflicts with your root composer.json require (^3.12)

Any idea how to fix this issue?

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Closed: works as designed

Version

3.12

Component

Code

Created by

🇮🇳India mageshbcet1

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

Comments & Activities

  • Issue created by @mageshbcet1
  • 🇵🇹Portugal guilherme-lima-almeida Lisbon

    Hi @mageshbcet1,

    OpenSocial 11.11.4 requires "drupal/core": "~9.5" and "drupal/lazy": "3.11.0" which isn't compatible with Drupal 10 ( https://www.drupal.org/project/lazy/releases/8.x-3.11 ).
    So I think the best approach is to update the OpenSocial first and then update Drupal Core, since OpenSocial 12.0.0 requires "drupal/core": "~10.0.0" and "drupal/lazy": "3.12.0" which is compatible with Drupal 10.

  • 🇮🇳India mageshbcet1

    Hi @guilherme-lima-almeida,

    Thanks for your inputs, How can I update OpenSocial 12.0.0 first and then update Drupal Core since OpenSocial 12.0.0 requires Drupal 10. Due to this, We plan to update Drupal 10 first and then OpenSocial.

    We installed Upgrade status module to track incompatible contributed modules for Drupal 10. It shows drupal/lazy (3.11.0) is one of the contributed module which is not compatible Drupal 10. In order to Update Drupal 10, we should upgrade drupal/lazy to 3.12.0.

  • Status changed to Closed: works as designed 5 months ago
  • 🇩🇪Germany slowflyer

    This is an update issue of Open Social.

    Take a look at: https://www.drupal.org/docs/drupal-distributions/open-social/updating#s-...

    This is not a bug of lazy module.

Production build 0.69.0 2024