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:
parent
42a9561ae2
commit
2e99b9fdf5
28 changed files with 55 additions and 55 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue