mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Oops2
This commit is contained in:
parent
b6778cd7f6
commit
4d16d6b28b
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ abstract class BitbucketDriver extends VcsDriver
|
||||||
http_build_query(
|
http_build_query(
|
||||||
array(
|
array(
|
||||||
'pagelen' => 100,
|
'pagelen' => 100,
|
||||||
'fields' => 'values.name,values.target.hash,next',
|
'fields' => 'values.name,values.target.hash,values.heads,next',
|
||||||
'sort' => '-target.date',
|
'sort' => '-target.date',
|
||||||
),
|
),
|
||||||
null,
|
null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue