Drupal 11.2 compatibility (update sebastian/diff dependency)

Created on 23 June 2025, 22 days ago

Problem/Motivation

It is not possible to upgrade to 11.2.0 (released 2025-06-19) as drupal/core-recommended 11.2.0 requires sebastian/diff ~6.0.2 and this project requires

Steps to reproduce

Attempt to upgrade to 11.2.0 and receive an unresolvable composer version conflict.

Proposed resolution

Update the requirement to include ^6

{
  "name": "drupal/config_patch",
  "type": "drupal-module",
  "description": "Create patches from configuration diffs",
  "keywords": ["Drupal"],
  "homepage": "https://www.drupal.org/project/config_patch",
  "minimum-stability": "dev",
  "support": {
    "issues": "https://www.drupal.org/project/issues/config_patch",
    "source": "http://cgit.drupalcode.org/config_patch"
  },
  "require": {
    "sebastian/diff": "^3 || ^4 || ^5 || ^6"
  }
}

Remaining tasks

Submit an MR.

User interface changes

None.

API changes

None.

Data model changes

None.

Feature request
Status

Active

Version

3.0

Component

Code

Created by

🇨🇭Switzerland tcrawford

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

Comments & Activities

Production build 0.71.5 2024