Fix core version requirement in composer.json to support Drupal 11

Created on 4 August 2024, 3 months ago

In order to make this module installable for Drupal 11, the core version requirement in composer.json still needs to be fixed.

Currently:

"require": {
        "drupal/core": "^10.2"
},

Needs to be:

"require": {
        "drupal/core": "^10.2 || ^11"
},
πŸ› Bug report
Status

Active

Version

3.0

Component

Code

Created by

πŸ‡©πŸ‡ͺGermany drubb Sindelfingen

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

Comments & Activities

Production build 0.71.5 2024