1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00
This commit is contained in:
Jordi Boggiano 2017-04-14 00:28:20 +02:00
parent b6778cd7f6
commit 4d16d6b28b

View file

@ -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,