mirror of
https://github.com/composer/composer
synced 2025-05-11 01:22:54 +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();
|
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…
Add table
Add a link
Reference in a new issue