Specify the key module requirement in the composer.json with a caret symbol instead of hardcoding to a specific one

Created on 2 October 2024, about 2 months ago

Problem/Motivation

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"

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Needs review

Version

1.0

Component

Code

Created by

πŸ‡ΈπŸ‡°Slovakia kaszarobert

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024