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.
Comments
Comment #2
g.weston commentedComment #3
g.weston commentedI 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.
Comment #4
hocuThanks @g.weston, I'll test locally and update the dependencies/version constraints.
Comment #5
avpadernoComment #7
hocuComment #8
hocu