Explorar el Código

Merge branch '1.3'

Jordi Boggiano hace 8 años
padre
commit
5f1543e6c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(