- Issue created by @taylor_l_akin
- @taylor_l_akin opened merge request.
Installing this module fails because of the missing caret in the core_version_requirement.
core_version_requirement: ^9 || ^10 || 11
I am installing the module via a recipe, and it's failing. Editing the file locally and then rerunning the recipe, it succeeds.
Add the caret.
Active
1.0
Code