1
0
Fork 0

canonicalize providers api url

pull/8027/head^2
Jordi Boggiano 2020-04-07 13:09:22 +02:00
parent ce8e9d24bd
commit d34ea60c48
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -857,7 +857,7 @@ class ComposerRepository extends ArrayRepository implements ConfigurableReposito
}
if (!empty($data['providers-api'])) {
$this->providersApiUrl = $data['providers-api'];
$this->providersApiUrl = $this->canonicalizeUrl($data['providers-api']);
}
return $this->rootData = $data;