Ver Fonte

Fix github url in vcs repository example

Johnny Robeson há 12 anos atrás
pai
commit
fade050d19
1 ficheiros alterados com 1 adições e 1 exclusões
  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": {