1
0
Fork 0
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:
Adam 2021-04-07 09:56:15 -04:00 committed by GitHub
parent 52a452c885
commit 29befaa94b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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