From daff57189fdde0b0de338b2248fec1cb025b393a Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 7 Mar 2017 14:34:07 +0100 Subject: [PATCH] Add http_build_query 3rd param to make it more explicit --- src/Composer/Util/GitLab.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Util/GitLab.php b/src/Composer/Util/GitLab.php index 6f1dc8683..99fcac73f 100644 --- a/src/Composer/Util/GitLab.php +++ b/src/Composer/Util/GitLab.php @@ -144,7 +144,7 @@ class GitLab 'username' => $username, 'password' => $password, 'grant_type' => 'password', - )); + ), null, '&'); $options = array( 'retry-auth-failure' => false, 'http' => array(