How to override/clone modules, which are downloaded to the vendor by composer in zf2?
问题 SO!!! I added zfcUser module (but I want to do this with any other module too) to my project, based on Zend Framework 2.*. How I can override controllers/views/configs of this module, so changes of them wouldn't be deleted with updating dependencies with composer (I tried to do this and didn't found files are chaned, but what if.... Oo). I know that there are the way existing to do this, but I don't know it. View Helper? Or what? Help me, please! Thank you. ADDITIONAL INFO Current folders and