Fix github url in vcs repository example
parent
fed72a4803
commit
fade050d19
|
@ -183,7 +183,7 @@ Example assuming you patched monolog to fix a bug in the `bugfix` branch:
|
|||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "http://github.com/igorw/monolog"
|
||||
"url": "https://github.com/igorw/monolog"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
|
|
Loading…
Reference in New Issue