-
Notifications
You must be signed in to change notification settings - Fork 104
Add "module" prefix to module name in composer.json #698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @norgeindian. Thank you for your report. Add a comment to assign the issue:
|
@magento I am working on this |
Hi @artemii-karkusha! 👋 |
@magento add to contributors team |
Hi @artemii-karkusha! 👋 |
@magento I am working on this |
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 namedvendor/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.
The text was updated successfully, but these errors were encountered: