I have a running project with Symfony 2 and I want to control versions using Git. It would be very nice if I can version the bundle I'm working on right now and include it as vendor.
In the end, I would have an empty Symfony project and everything is running in the vendors and all updates are done via Composer.
Is this possible?
I know the question is not very detailed but this is the best I can do. Should you have any question, please comment!