1
0
Fork 0

Work around poorly configured php

pull/516/merge
Jordi Boggiano 2012-04-26 15:47:22 +02:00
parent 66a202083e
commit 70ad8274cd
1 changed files with 1 additions and 1 deletions

View File

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