mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Make ComposerRepository::configurePackageTransportOptions() protected. (#9818)
This commit is contained in:
parent
52a452c885
commit
29befaa94b
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ class ComposerRepository extends ArrayRepository implements ConfigurableReposito
|
|||
return array();
|
||||
}
|
||||
|
||||
private function configurePackageTransportOptions(PackageInterface $package)
|
||||
protected function configurePackageTransportOptions(PackageInterface $package)
|
||||
{
|
||||
foreach ($package->getDistUrls() as $url) {
|
||||
if (strpos($url, $this->baseUrl) === 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue