Ver Fonte

Add http_build_query 3rd param to make it more explicit

Jordi Boggiano há 8 anos atrás
pai
commit
daff57189f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/Composer/Util/GitLab.php

+ 1 - 1
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(