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:
commit
88b051c96b
17 changed files with 273 additions and 331 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue