Cannot install module on Drupal 10 with composer

Created on 17 February 2024, 9 months ago
Updated 22 March 2024, 8 months ago

Problem/Motivation

Hello! When requiring this module with composer this throws an error due to the following:

Problem 1
- drupal/field_properties dev-1.x requires drupal/field-field * -> could not be found in any version, there may be a typo in the package name.
- drupal/field_properties 1.x-dev is an alias of drupal/field_properties dev-1.x and thus requires it to be installed too.
- Root composer.json requires drupal/field_properties 1.x-dev@dev -> satisfiable by drupal/field_properties[1.x-dev (alias of dev-1.x)].

I believe this is due to a dependency in the project .info.yml file:
field:field

Steps to reproduce

  1. Create a Drupal 10 project
  2. Run composer require drupal/field_properties:1.x-dev@dev

Proposed resolution

  1. Update info file, i believe the correct syntax would be drupal:field( source โ†’ )

Remaining tasks

  1. Open issue fork
  2. create merge request
  3. make update to info file
  4. test

User interface changes

API changes

Data model changes

๐Ÿ› Bug report
Status

Needs review

Version

1.0

Component

Code

Created by

๐Ÿ‡บ๐Ÿ‡ธUnited States dan612 Portland, Maine

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024