- Issue created by @vishal.kadam
- 🇩🇪Germany jurgenhaas Gottmadingen
Just realized, that eca_webform 2.0.1 already accepts webform 6.3 which is compatible with Drupal 11. So, you need to find out why your installation is not using webform 6.3, this module is ready for it and there's nothing we can change here.
- 🇮🇳India vishal.kadam Mumbai
I attempted to install the eca_webform module on a vanilla Drupal 11 setup using Composer but was unsuccessful.
Have you been able to install eca_webform on a vanilla Drupal 11 setup using Composer?
- 🇩🇪Germany jurgenhaas Gottmadingen
Yes, it works as expected. Ad webform 6.3 has no stable release yet, maybe your project doesn't allow beta releases?
You can easily find out with
compose why-not drupal/webform 6.3
. Or you can requiredrupal/webform
first and then requiredrupal/eca_webform
afterwards. Maybe the first step already fails, then we're talking about a webform issue, not about a eca_webform issue. - 🇮🇳India vishal.kadam Mumbai
Thank you for the suggestion! I followed your advice to require
drupal/webform
first and thendrupal/eca_webform
, and it worked perfectly.