CivicTheme requires webform ^6.2 which is incompatible with Drupal 11

Created on 7 April 2025, about 1 month ago

Problem/Motivation

When trying to install CivicTheme on a Drupal 11 setup using:

composer require 'drupal/civictheme:^1.10'

the installation fails due to the Webform dependency constraint.

Currently, CivicTheme requires:

"drupal/webform": "^6.2"

However, Webform 6.2.x is not compatible with Drupal 11. This prevents CivicTheme from being installed on any Drupal 11 site out of the box.

Proposed resolution

Update composer.json to allow Webform 6.3.x, which supports Drupal 11:

"drupal/webform": "^6.2 || ^6.3"

๐Ÿ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

๐Ÿ‡น๐Ÿ‡ทTurkey makbay

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

Comments & Activities

Production build 0.71.5 2024