-
- Downloads
Updates for GitLab path changes
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- .gitlab-ci/README.md 1 addition, 1 deletion.gitlab-ci/README.md
- .gitlab-ci/build.sh 1 addition, 1 deletion.gitlab-ci/build.sh
- README.md 2 additions, 2 deletionsREADME.md
- composer.json 2 additions, 2 deletionscomposer.json
- composer.lock 7 additions, 7 deletionscomposer.lock
... | ... | @@ -16,11 +16,11 @@ |
"repositories": [ | ||
{ | ||
"type": "vcs", | ||
"url": "https://gitlab.tugraz.at/dbp/middleware/dbp-api/api-core-bundle.git" | ||
"url": "https://gitlab.tugraz.at/dbp/dbp-api/api-core-bundle.git" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://gitlab.tugraz.at/dbp/middleware/dbp-api/api-starter-bundle.git" | ||
"url": "https://gitlab.tugraz.at/dbp/dbp-api/api-starter-bundle.git" | ||
} | ||
], | ||
"config": { | ||
... | ... |
Please register or sign in to comment