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 don't think that i need to place my code in /vendor directory and start developing there (don't know if its possible?)
whats the best way you think i have not so much experience with composer but now loving it.
[actually its not sub module, its just a dependency for main application]