composer.json - missing address of wiosna/common-library package

This commit is contained in:
Krzysztof Niziol
2017-11-07 18:26:16 +01:00
parent da6003b258
commit a3f6adb128

View File

@@ -33,5 +33,14 @@
"psr-4": { "psr-4": {
"Meritoo\\LimeSurvey\\Test\\ApiClient\\": "tests/" "Meritoo\\LimeSurvey\\Test\\ApiClient\\": "tests/"
} }
},
"config": {
"sort-packages": true
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/wiosna-dev/common-library"
} }
]
} }