1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

Use web URLs for Gitlab support metadata (#10377)

This commit is contained in:
Jérôme Tamarelle 2021-12-22 10:54:48 +01:00 committed by GitHub
parent 54123e4093
commit f0060b7f56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -95,6 +95,8 @@ class GitLabDriverTest extends TestCase
"id": 17,
"default_branch": "mymaster",
"visibility": "private",
"issues_enabled": true,
"archived": false,
"http_url_to_repo": "https://gitlab.com/mygroup/myproject.git",
"ssh_url_to_repo": "git@gitlab.com:mygroup/myproject.git",
"last_activity_at": "2014-12-01T09:17:51.000+01:00",