Scenario: I am working with Symfony 2.2. In my list of required packages is also one of my github repositories, let\'s call it \"TestLib\".
I know that I can define the
Adding @dev to the package version clones the repository too.
@dev
{ "require": { 'package': '*@dev' } }
Also is possible setup source as preference in the composer.json
source
composer.json
{ "config": { "preferred-install": "source" } }