Cotya / magento-composer-installer

Composer installer for Magento modules
212 stars 77 forks source link

Use HTTPS for repository urls #99

Closed aadmathijssen closed 8 years ago

aadmathijssen commented 8 years ago

Since the Composer beta1 release of 03-03-2016 the use of unsecure url's is prohibited by default. See also the documentation of the secure-http config option.

This PR changes all uses of HTTP in this repository to HTTPS.

Note that this PR fixes a number of tests in the test suite, but not all: downloads of connect20 packages still use HTTP; this should be fixed somewhere else.

Flyingmana commented 8 years ago

looks fine, thanks for the work :)

aadmathijssen commented 8 years ago

Thanks. BTW I forgot to update the CHANGELOG.md file in this PR.

Flyingmana commented 8 years ago

no problem, I will go trough all commits before the release anyway to add missed ones :)