Problem/Motivation

Unable to install module using composer with webform 6.1 due to dependency conflict.

Steps to reproduce

On a clean Installation of Drupal 9.3.x
Run composer Install webform 6.1
Run composer install webform_craftyclicks

- drupal/webform_craftyclicks[1.0.0, ..., 1.x-dev] require drupal/webform ^5 -> found drupal/webform[dev-5.x, 5.0.0-beta1, ..., 5.x-dev (alias of dev-5.x)] but it conflicts with your root composer.json require (^6.1).

Proposed resolution

Update webform dependency to allow module to work with webform 6.1.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

g.weston created an issue. See original summary.

g.weston’s picture

Issue summary: View changes
g.weston’s picture

I am currently testing this locally to see if there are any errors or issues being thrown with a forked version with a modified info.yml to remove the specific dependency on webform 5.

hocu’s picture

Thanks @g.weston, I'll test locally and update the dependencies/version constraints.

avpaderno’s picture

Version: 8.x-1.0 » 8.x-1.x-dev

hocu’s picture

Status: Active » Fixed
hocu’s picture

Status: Fixed » Closed (fixed)