- Issue created by @Chris Matthews
- Status changed to Closed: works as designed
9 months ago 5:49pm 23 August 2024 - πΊπΈ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 6:16pm 23 August 2024 - πΊπΈ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 themedia_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!