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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3123723.patch | 344 bytes | chr.fritsch |
Comments
Comment #2
dpiComment #3
chr.fritschTrue, here is a patch.
Comment #4
dpiLGTM!
Comment #6
chr.fritschDone.
Comment #7
chr.fritsch