mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Use web URLs for Gitlab support metadata (#10377)
This commit is contained in:
parent
54123e4093
commit
f0060b7f56
2 changed files with 8 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue