mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Suggest https in docs where it makes sense, closes #4056
This commit is contained in:
parent
b056d9ae42
commit
03299ff075
3 changed files with 5 additions and 5 deletions
|
@ -90,7 +90,7 @@ To setup a developer workable version you should create the project using the so
|
|||
controlled code by appending the <info>'--prefer-source'</info> flag.
|
||||
|
||||
To install a package from another repository than the default one you
|
||||
can pass the <info>'--repository-url=http://myrepository.org'</info> flag.
|
||||
can pass the <info>'--repository-url=https://myrepository.org'</info> flag.
|
||||
|
||||
EOT
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue