Skip to content

Add "module" prefix to module name in composer.json #698

Closed
@norgeindian

Description

@norgeindian

Is your feature request related to a problem? Please describe.

According to Magento Devdocs each module should be named with a module prefix in the composer.json
Currently, each module is just named after the module name.
So, when I want to add Vendor_TestModule, it will be named vendor/test-module.

Describe the solution you'd like (*)

The correct name of the module should be: vendor/module-test-module

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions