فهرست منبع

Fix github url in vcs repository example

Johnny Robeson 12 سال پیش
والد
کامیت
fade050d19
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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": {