Pārlūkot izejas kodu

Fixing custom repository sample code (missing url)

Stefano Sala 12 gadi atpakaļ
vecāks
revīzija
89658a753b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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",