how to develop another sub-module along with the main application. [composer,php]
问题 I know how git submodules works, and how we can use it.. now i am in situation where main application that depends on many other composer packages and along with that i have to made and develop a small another package that will be separate from main project (kind of lib.) so how can i develop this small package along with main project without making it separate project and without publishing to any vcs just withing that project directory. so later i can take it out and do whatever i want. i