1
0
Fork 0

Also downgrade provider access and others

pull/4134/head
Jordi Boggiano 2015-06-10 17:13:56 +01:00
parent a6d23dcec8
commit c471edc488
1 changed files with 1 additions and 0 deletions

View File

@ -444,6 +444,7 @@ class ComposerRepository extends ArrayRepository
if ($this->allowSslDowngrade) { if ($this->allowSslDowngrade) {
$this->url = str_replace('https://', 'http://', $this->url); $this->url = str_replace('https://', 'http://', $this->url);
$this->baseUrl = str_replace('https://', 'http://', $this->baseUrl);
} }
if (!empty($data['providers-url'])) { if (!empty($data['providers-url'])) {