1
0
Fork 0

Merge pull request #1477 from jrobeson/patch-1

Fix github url in vcs repository example
pull/1480/merge
Jordi Boggiano 2013-01-12 11:03:42 -08:00
commit c51229dcbc
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": [ "repositories": [
{ {
"type": "vcs", "type": "vcs",
"url": "http://github.com/igorw/monolog" "url": "https://github.com/igorw/monolog"
} }
], ],
"require": { "require": {