1
0
Fork 0
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:
Raphael de Almeida 2021-11-10 17:58:03 -03:00 committed by GitHub
parent ba5b7a5a9f
commit 150acc5559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 10 additions and 103 deletions

View file

@ -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));