Browse Source

Fixing custom repository sample code (missing url)

Stefano Sala 13 năm trước cách đây
mục cha
commit
89658a753b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      doc/05-repositories.md

+ 1 - 1
doc/05-repositories.md

@@ -248,7 +248,7 @@ When you update one of your packages to composer naming scheme or made it availa
         "repositories": [
             {
                 "type": "git",
-                "https://github.com/foobar/intermediate.git"
+                "url": "https://github.com/foobar/intermediate.git"
             },
             {
                 "type": "pear",