1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Merge branch 'master' into 2.0

Update deps
This commit is contained in:
Jordi Boggiano 2019-11-23 12:27:41 +01:00
commit 88b051c96b
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
17 changed files with 273 additions and 331 deletions

View file

@ -735,7 +735,7 @@ composer https://github.com/old/url (push)
$cmd = str_replace('cd ', 'cd /D ', $cmd);
$cmd = str_replace('composerPath', getcwd().'/composerPath', $cmd);
return str_replace('""', '', strtr($cmd, "'", '"'));
return strtr($cmd, "'", '"');
}
return $cmd;