Drupal 11 compatibility

Created on 18 April 2025, 7 days ago

Problem/Motivation

It seems like the Drupal 11 compatibility has been added into the Drupal code, but the composer.json has been forgoteen:

{
    "name": "drupal/field_defaults",
    "type": "drupal-module",
    "description": "Field Defaults allows batch updating of default field values to existing content.",
    "keywords": ["Drupal", "Content", "Fields"],
    "license": "GPL-2.0-or-later",
    "homepage": "https://www.drupal.org/project/field_defaults",
    "support": {
        "issues": "https://www.drupal.org/project/issues/field_defaults",
        "source": "https://git.drupalcode.org/project/field_defaults"
    },
    "require": {
        "drupal/core": "^10.0"
    },
    "extra": {
        "drush": {
            "services": {
                "drush.services.yml": "^11 || ^12"
            }
        }
    }
}

Steps to reproduce

Proposed resolution

Change for

    "require": {
        "drupal/core": "^10.0 || ^11.0"
    },

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

2.1

Component

Code

Created by

🇨🇦Canada phjou Vancouver 🇨🇦 🇪🇺

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