Skip to content

[feature-request] Normalize names of ext-* dependencies #1388

@janedbal

Description

@janedbal

So far, this requirement:

{
    "require": {
        "ext-DOM": "*",
        "ext-dom": "*",
     }
{

passes both composer validate and composer normalize.

Composer itself normalizes those names (see source), I think we might normalize them the same way and prevent similar nonsense requirements.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions