Incorrect dependencies

Created on 16 July 2024, 3 months ago
Updated 4 August 2024, 3 months ago

Problem/Motivation

Installing with composer gives an error:

Problem 1
- drupal/drupal_admin_app dev-1.0.x requires drupal/rest ^1.0 -> could not be found in any version, there may be a typo in the package name.

composer.json is requiring modules that are in core, and basic_auth, that is d7 only.

    "require": {
        "drupal/rest": "^1.0",
        "drupal/serialization": "^1.0",
        "drupal/basic_auth": "^1.0"
      }

drupal_admin_app.info.yml has incorrect dependencies.

dependencies:
  - drupal:rest
  - drupal:serialization
  - drupal:basic_auth

drupal:rest and drupal:serialization are correct, but contrib modules should be like basic_auth:basic_auth (if that module was valid).

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇺🇸United States mortona2k Seattle

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