mirror of
https://github.com/composer/composer
synced 2025-05-10 00:53:06 +00:00
Removed HgBitbucketDriver support (#10248)
This commit is contained in:
parent
ba5b7a5a9f
commit
150acc5559
8 changed files with 10 additions and 103 deletions
|
@ -36,6 +36,7 @@ class RepositoryFactoryTest extends TestCase
|
|||
'package',
|
||||
'pear',
|
||||
'git',
|
||||
'bitbucket',
|
||||
'git-bitbucket',
|
||||
'github',
|
||||
'gitlab',
|
||||
|
@ -43,7 +44,6 @@ class RepositoryFactoryTest extends TestCase
|
|||
'fossil',
|
||||
'perforce',
|
||||
'hg',
|
||||
'hg-bitbucket',
|
||||
'artifact',
|
||||
'path',
|
||||
), array_keys($repositoryClasses));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue