Switch to https for the git repos
They are public and https is easier to manage for beginners.
... | ... | @@ -21,7 +21,7 @@ |
"repositories": [ | ||
{ | ||
"type": "vcs", | ||
"url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-core-bundle.git" | ||
"url": "https://gitlab.tugraz.at/dbp/middleware/dbp-api/api-core-bundle.git" | ||
} | ||
], | ||
"autoload": { | ||
... | ... |
Please register or sign in to comment