1
0
Fork 0

Moving svn driver to the last position as it causes conflicts with hg over http

pull/1770/head
Šarūnas Dubinskas 2013-04-04 09:15:36 +03:00
parent 02f6a32d08
commit 29b43ca082
1 changed files with 1 additions and 1 deletions

View File

@ -44,9 +44,9 @@ class VcsRepository extends ArrayRepository
'github' => 'Composer\Repository\Vcs\GitHubDriver',
'git-bitbucket' => 'Composer\Repository\Vcs\GitBitbucketDriver',
'git' => 'Composer\Repository\Vcs\GitDriver',
'svn' => 'Composer\Repository\Vcs\SvnDriver',
'hg-bitbucket' => 'Composer\Repository\Vcs\HgBitbucketDriver',
'hg' => 'Composer\Repository\Vcs\HgDriver',
'svn' => 'Composer\Repository\Vcs\SvnDriver',
);
$this->url = $repoConfig['url'];