I want to include local repository with versions. I have following folder structure.
+myapp
-composer.json
+libs
--lib1
---composer.json
--lib2
---composer.json
I need to add different version of lib1 and lib2 to include in myapp composer.json file. How could I add version information to composer local repositories?