Problem/Motivation

there is no composer.json in the module

Steps to reproduce

look at the code base

Proposed resolution

add a composer.json file

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jrglasgow created an issue. See original summary.

jrglasgow’s picture

Status: Active » Needs review
smustgrave’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me

ipwa’s picture

Status: Reviewed & tested by the community » Needs work

This needs to be made Drupal 10 compatible.

ipwa’s picture

Status: Needs work » Needs review
elber’s picture

I will do a review.

elber’s picture

Status: Needs review » Reviewed & tested by the community

Hi I reviewed the composer.json file, I followed this doc https://www.drupal.org/docs/develop/using-composer/add-a-composerjson-file

composer.json file follows the Drupal standards.

I also checked whether it is a valid composer using the command composer normalize

I got the output ./composer.json is already normalized

Moving to RTBC.