- Issue created by @djdevin
The module has a hard dependency on Select2 and additionally in the module's composer.json, it requires v1 of the module which does not support D11.
Problem 1
[..]
- drupal/workspace_approval[dev-1.x, dev-1.0.x, 1.0.0-beta1, ..., 1.x-dev] require drupal/select2 ^1.15 -> satisfiable by drupal/select2[1.15.0, 1.x-dev (alias of dev-1.x)].
Recommend removing Select2 as a hard dependency and instead recommending it. For example we use Chosen so would not want to additionally install Select2.
Active
1.0
Code