1
0
Fork 0
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:
Jordi Boggiano 2012-04-26 15:47:22 +02:00
parent 66a202083e
commit 70ad8274cd

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