Created
June 14, 2017 15:51
-
-
Save tawfekov/c8398397ff5570e476a5c2dc05810858 to your computer and use it in GitHub Desktop.
force composer to pull packgist over https NOT http
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"repositories": [ | |
{ | |
"type": "composer", | |
"url": "https://packagist.org" | |
}, | |
{ "packagist": false } | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
composer config --global repos.packagist composer https://packagist.org
For a global configuration, might also be handy.