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.
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>/srcwithout the<namespace>part. It's also proposing that theModule.phpfile is situated inside that/srcdirectory 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.