diff --git a/composer.json b/composer.json index eb2107d..49e759b 100644 --- a/composer.json +++ b/composer.json @@ -33,5 +33,14 @@ "psr-4": { "Meritoo\\LimeSurvey\\Test\\ApiClient\\": "tests/" } - } + }, + "config": { + "sort-packages": true + }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/wiosna-dev/common-library" + } + ] }