Composer Installation Instructions for Media Remote Document

Created on 22 August 2024, 9 months ago
Updated 27 August 2024, 9 months ago

Greetings, I just released Media Remote Document 1.0.0 β†’ and the composer installation instructions don't seem quite right:

composer require 'drupal/media_remote_document-media_remote_document:^1.0'

I'm not sure why 'media_remote_document' is listed twice in the installation instructions.

πŸ› Bug report
Status

Active

Version

1.0

Component

Namespace request

Created by

πŸ‡ΊπŸ‡ΈUnited States Chris Matthews

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

Comments & Activities

  • Issue created by @Chris Matthews
  • Status changed to Closed: works as designed 9 months ago
  • πŸ‡ΊπŸ‡ΈUnited States drumm NY, US

    This is correct as-is. The namespace for composer installation does not necessarily match the project name. This avoids conflicts with projects which have a component module or theme with the same name.

  • Status changed to Active 9 months ago
  • πŸ‡ΊπŸ‡ΈUnited States Chris Matthews

    I'm not quite sure I understand:

    For Media Remote Audio β†’ , the installation command is:
    composer require 'drupal/media_remote_audio:^1.0'

    For Media Remote Document β†’ , the installation command is:
    composer require 'drupal/media_remote_document-media_remote_document:^1.0'

    Why is 'media_remote_document' listed twice in the installation command?

    Is there another media_remote_document module?

  • πŸ‡ΊπŸ‡ΈUnited States drumm NY, US

    media_remote_audio reserved the media_remote_document namespace with the initial commit https://git.drupalcode.org/project/media_remote_audio/-/commit/c310290ae...

    In this case, we should be able to manually reset the namespace map, since this looks unintentional and was quickly reverted.

    Until that can be done, drupal/media_remote_document-media_remote_document is the correct namespace.

  • πŸ‡ΊπŸ‡ΈUnited States Chris Matthews

    Ah, thanks so much. My apologies for the extra work here. Appreciate the help!

Production build 0.71.5 2024