- Issue created by @makbay
- @makbay opened merge request.
- ๐ฎ๐ณIndia joshua1234511 Goa
At the moment, I donโt think an update to the Webform constraint is needed. As per the current composer.json in CivicTheme ( https://github.com/civictheme/monorepo-drupal/blob/develop/web/themes/co... ), the requirement is:
"drupal/webform": "^6.2"
This allows any version from 6.2.0 up to (but not including) 7.0.0, so Webform 6.3.x is valid and gets pulled in automatically for Drupal 11 setups.In fact, our Drupal 11 build (https://app.circleci.com/pipelines/github/civictheme/monorepo-drupal/841...) is already pulling in Webform 6.3 successfully, and everything works as expected.
So unless there's a more specific edge case, I don't think we need to patch the constraint at this point.