- Issue created by @gturnbull
- 🇨🇦Canada gturnbull
Here is an updated patch.
Group (drupal/group) 2.3.0 requires Flexible Permissions (drupal/flexible_permissions) 2.0, which is also required by Drupal WXT (drupalwxt/wxt ) 5.3.0.
I was able to determine this by running the following composer command:
composer why drupal/flexible_permissionsResults returned:
- drupalwxt/wxt 5.3.x-dev requires drupal/flexible_permissions (^2.0)
- drupal/group 2.3.0 requires drupal/flexible_permissions (^2.0)
- 🇨🇦Canada joseph.olstad
On one of the projects I work on that relies heavily on the group module we've overridden the group requirement with version 3. Version 3 has a concept of insider and outsider roles, once you figure that part out it's pretty straight forward. Works well!