mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Changes the query string parameter sha
to ref
to reflect the GitLab API
Updated the unit test to reflect the change Fixes #6198
This commit is contained in:
parent
f200343cf2
commit
8a496cd2a7
2 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ JSON;
|
|||
$reference = 'c3ebdbf9cceddb82cd2089aaef8c7b992e536363';
|
||||
$expected = array(
|
||||
'type' => 'zip',
|
||||
'url' => 'https://gitlab.com/api/v3/projects/mygroup%2Fmyproject/repository/archive.zip?sha='.$reference,
|
||||
'url' => 'https://gitlab.com/api/v3/projects/mygroup%2Fmyproject/repository/archive.zip?ref='.$reference,
|
||||
'reference' => $reference,
|
||||
'shasum' => '',
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue