Update drupal/experience_builder to use latest dev-0.x instead of specific commit hash in composer.json

Created on 10 April 2025, 8 days ago

Problem/Motivation

The current composer.json includes the following line:

"drupal/experience_builder": "dev-0.x#f79b6a3"

This pins the dependency to a specific commit, which prevents automatic updates and makes it harder to stay current with improvements and bug fixes in the module. To ensure ongoing compatibility and take advantage of new changes, we should instead use the latest dev-0.x branch.

Steps to reproduce

  1. Open the project's composer.json file.
  2. Locate the line referencing drupal/experience_builder.
  3. Notice that it uses a commit hash (#f79b6a3) instead of tracking the development branch directly.

Proposed resolution

Update the dependency to:

"drupal/experience_builder": "dev-0.x"

This will track the latest changes from the 0.x development branch, improving maintainability and enabling quicker access to new features and fixes.

Remaining tasks

  • Update composer.json to use "drupal/experience_builder": "dev-0.x"
  • Run composer update drupal/experience_builder
  • Test the Experience Builder integration to confirm compatibility
  • Commit and push the changes

User interface changes

None

API changes

None

Data model changes

None

๐Ÿ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

๐Ÿ‡ฎ๐Ÿ‡ณIndia abhinesh

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024