Merge pull request #1477 from jrobeson/patch-1
Fix github url in vcs repository examplepull/1480/merge
commit
c51229dcbc
|
@ -183,7 +183,7 @@ Example assuming you patched monolog to fix a bug in the `bugfix` branch:
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "http://github.com/igorw/monolog"
|
"url": "https://github.com/igorw/monolog"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
|
|
Loading…
Reference in New Issue