From a3f6adb1281aa2b8cb7ced6e55c36e301fe871e7 Mon Sep 17 00:00:00 2001 From: Krzysztof Niziol Date: Tue, 7 Nov 2017 18:26:16 +0100 Subject: [PATCH] composer.json - missing address of wiosna/common-library package --- composer.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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" + } + ] }