Remove dependency from dev version of field_permissions

Created on 8 February 2023, over 1 year ago
Updated 17 April 2024, 2 months ago

Problem/Motivation

It is not good to have a dependency of a dev version in the composer dependencies.
Right now in the recommended version of this module (1.1.0-alpha1) in the composer.json we have:
"drupal/field_permissions": "dev-1.x"
The main reason for this is that field_permissions "dev-1.x" will change over time. That may silently affect this module with unexpected consequences.

Proposed resolution

Require the latest fixed version 1 of "drupal/field_permissions".
If some later commit in this module is needed, patch it using "cweagans/composer-patches".
Make a new release as soon as possible with this fix, so that people that upgrade the module are not affected by this issue.

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇵🇹Portugal dxvargas

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

Merge Requests

Comments & Activities

Production build 0.69.0 2024