mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Work around poorly configured php
This commit is contained in:
parent
66a202083e
commit
70ad8274cd
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class ComposerRepository extends ArrayRepository implements NotifiableRepository
|
|||
array(
|
||||
'method' => 'POST',
|
||||
'header' => 'Content-type: application/x-www-form-urlencoded',
|
||||
'content' => http_build_query($params),
|
||||
'content' => http_build_query($params, '', '&'),
|
||||
'timeout' => 3,
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue