Work around poorly configured php
parent
66a202083e
commit
70ad8274cd
|
@ -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…
Reference in New Issue