1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Use https where possible

This commit is contained in:
Possum 2015-05-04 19:37:57 +02:00
parent 42a9561ae2
commit 2e99b9fdf5
28 changed files with 55 additions and 55 deletions

View file

@ -17,7 +17,7 @@ of credentials inline with the repository specification such as:
"repositories": [
{
"type": "composer",
"url": "http://extremely:secret@repo.example.org"
"url": "https://extremely:secret@repo.example.org"
}
]
}