- Issue created by @kaszarobert
Right now the module is hardcoded to the 1.19 version of drupal/key. This means if the module will have updates, then we cannot update to it until this module puts out a new version with updated dependencies. Using semantic versioning updating to a new minor should not break compatibility, so the best practice would be specifying version 1 of the key module like this:
"drupal/key": "^1.19"
Needs review
1.0
Code