Make ComposerRepository::configurePackageTransportOptions() protected. (#9818)
parent
52a452c885
commit
29befaa94b
|
@ -508,7 +508,7 @@ class ComposerRepository extends ArrayRepository implements ConfigurableReposito
|
||||||
return array();
|
return array();
|
||||||
}
|
}
|
||||||
|
|
||||||
private function configurePackageTransportOptions(PackageInterface $package)
|
protected function configurePackageTransportOptions(PackageInterface $package)
|
||||||
{
|
{
|
||||||
foreach ($package->getDistUrls() as $url) {
|
foreach ($package->getDistUrls() as $url) {
|
||||||
if (strpos($url, $this->baseUrl) === 0) {
|
if (strpos($url, $this->baseUrl) === 0) {
|
||||||
|
|
Loading…
Reference in New Issue