Update the paragraph_ee dependency module to latest version

Created on 7 March 2024, 10 months ago
Updated 14 March 2024, 9 months ago

Problem/Motivation

Problem 1
- Root composer.json requires drupal/paragraphs_ee ^10.0, found drupal/paragraphs_ee[dev-10.0.x, 10.0.0-rc1, ..., 10.0.x-dev] but these were not loaded, likely because it conflicts with another require.
Problem 2
- drupal/ezcontent_publish 2.1.4 requires drupal/paragraphs_ee 2.1.x-dev@dev -> found drupal/paragraphs_ee[dev-2.1.x, 2.1.x-dev (alias of dev-2.1.x)] but it conflicts with your root composer.json require (^10.0).
- srijanone/ezcontent 2.2.9 requires drupal/ezcontent_publish ^2.1 -> satisfiable by drupal/ezcontent_publish[2.1.4].
- srijanone/ezcontent is locked to version 2.2.9 and an update of this package was not requested.

Steps to reproduce

drupal/ezcontent_publish 2.1.4 needs to be updated to the latest version

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

💬 Support request
Status

Fixed

Version

2.1

Component

Code

Created by

🇮🇳India kmani

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

Merge Requests

Comments & Activities

  • Issue created by @kmani
  • Merge request !2paragraph__ee package update. → (Merged) created by kmani
  • Assigned to abhinesh
  • 🇮🇳India abhinesh

    Hi, @ kmani

    We have generated the latest release with your modifications. Kindly utilize the tag below: 2.1.5 .
    Please let me know if everything is working fine, so that we can close the issue.

  • 🇮🇳India kmani

    Hi abhinesh,

    Thanks for the new version. but this module is included in https://www.drupal.org/project/ezcontent/releases/2.2.9 . can you please update the ezcontent also

  • 🇮🇳India abhinesh

    Hi, @ kmani

    The log indicates that you are using version 2.2.9 of Ez-content, which has a dependency on drupal/ezcontent_publish: ^2.1. This will bring the latest release of ezcontent_publish.In your project, there might be an issue with another require at the root level or a locked version in the composer.lock file.

    I will suggest you to run the below commands:

    1. composer require 'drupal/ezcontent_publish:^2.1.5'
    

    The above command will add a new dependency inside your root .json file for the ezcontent_publish module.

    or run:

    1. composer remove srijanone/ezcontent
    2. composer require srijanone/ezcontent:^2.2.9

    The above commands will remove ezcontent profile and then will bring it again updating all the dependencies to latest releases.

  • 🇮🇳India kmani

    Thanks @abhinesh,

    Yes, there was a dependency module paragraphs_ee and updated to latest. now working fine.

  • Status changed to Fixed 9 months ago
  • Status changed to Fixed 9 months ago
Production build 0.71.5 2024