You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Markus, Query for you... For this module we're assuming that sources are always going to be under <module_dir>/src/<namespace>. ZF3 brings with it a proposed change to this structure. It now proposes that files are structured such as <module_dir>/src without the <namespace> part. It's also proposing that the Module.php file is situated inside that /src directory rather than in the module root.
Should we support this and if so how do we manage the differences? Should I create a v2 branch that supports ZF3 and handle the updates there? Let me know what you think and I'll make the relevant changes.
The text was updated successfully, but these errors were encountered:
Markus, Query for you... For this module we're assuming that sources are always going to be under
<module_dir>/src/<namespace>
. ZF3 brings with it a proposed change to this structure. It now proposes that files are structured such as<module_dir>/src
without the<namespace>
part. It's also proposing that theModule.php
file is situated inside that/src
directory rather than in the module root.Should we support this and if so how do we manage the differences? Should I create a v2 branch that supports ZF3 and handle the updates there? Let me know what you think and I'll make the relevant changes.
The text was updated successfully, but these errors were encountered: