Skip to content

Commit

Permalink
Fixed #5: VcsDriver class became abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
andkirby committed Jul 13, 2017
1 parent 4643317 commit 12d81e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repository/VcsNamespaceRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function __construct(
// svn must be last because identifying a subversion server for sure is practically impossible
'svn' => 'Composer\Repository\Vcs\SvnDriver',
),
$drivers
(array)$drivers
);

$drivers[self::TYPE_VCS] = 'Composer\Repository\Vcs\GitDriver';
Expand Down

0 comments on commit 12d81e0

Please sign in to comment.