Explorar o código

Fix github url in vcs repository example

Johnny Robeson %!s(int64=12) %!d(string=hai) anos
pai
achega
fade050d19
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/05-repositories.md

+ 1 - 1
doc/05-repositories.md

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