mirror of
https://github.com/wiosna-dev/limesurvey-api-client.git
synced 2026-03-12 02:11:45 +01:00
composer.json - missing address of wiosna/common-library package
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user