Jelajahi Sumber

Merge pull request #1477 from jrobeson/patch-1

Fix github url in vcs repository example
Jordi Boggiano 12 tahun lalu
induk
melakukan
c51229dcbc
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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": {