Composer 1.9.0 is complaining about package name:

Deprecation warning: Your package name drupal-contrib:media_entity_twitter is invalid, it should have a vendor
name, a forward slash, and a package name. The vendor and package name can be words separated by -, . or _. T
he complete name should match "[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z0-9]([_.-]?[a-z0-9]+)*". Make sure you fix this
as Composer 2.0 will error.

We have settled on drupal/ as the namespace for contrib.

CommentFileSizeAuthor
#3 3123723.patch344 byteschr.fritsch

Comments

dpi created an issue. See original summary.

dpi’s picture

Issue summary: View changes
chr.fritsch’s picture

Status: Active » Needs review
StatusFileSize
new344 bytes

True, here is a patch.

dpi’s picture

Status: Needs review » Reviewed & tested by the community

LGTM!

  • chr.fritsch committed 258c6be on 8.x-2.x
    Issue #3123723 by chr.fritsch: Composer package name in unexpected...
chr.fritsch’s picture

Done.

chr.fritsch’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.