- Issue created by @hansvaneylen
steps1 . Add some changes which is required in the composer.json section of your project's .
steps2 . run command -
composer require 'drupal/stripe:^2.0'
composer require 'drupal/webform:^6.3@alpha'
composer require 'drupal/stripe_webform:^2.0' --with-all-dependencies
to install the module and extend the module . please let me know if any other changes are required.- 🇧🇪Belgium hansvaneylen
The patch still refers to an alpha release of the webform module.
I know https://www.drupal.org/docs/8/understanding-drupal-version-numbers/what-... → refers to core and not to modules, but I don't think a stable release should depend on an alpha release of another module.
That's why I suggested to either wait for webform 6.3 to be released to release 2.0.0 of Stripe's webform integration or reference webform 6.2 if there's no hard dependency on 6.3 features.