1
0
Fork 0

Fix github url in vcs repository example

pull/1477/head
Johnny Robeson 2013-01-12 13:33:42 -05:00
parent fed72a4803
commit fade050d19
1 changed files with 1 additions and 1 deletions

View File

@ -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": {