How do I use a Git submodule with a Composer loaded library?
问题 I have a Zend Framework 2 application. It contains some library code containing business logic and some other utilities that will be common to other applications that will be created later. My intention is to share it across projects using Composer. The question is, how do I do this properly and streamline the development? I will almost certainly need to make changes and additions to the library, from within the other project. I tried setting up vendor/stuff as a git submodule containing the