Under which section should the soft dependency for a module be listed in app/code/
Soft dependencies for a module should be listed under the 'suggest' section in the composer.json file of the module. This section is used to list packages that enhance or work well with the module but are not strictly required for the module to function. By using the 'suggest' section, developers can inform others about optional packages that could improve functionality or integration with the module, without making them mandatory dependencies.
Currently there are no comments in this discussion, be the first to comment!