Parcourir la source

Fixing custom repository sample code (missing url)

Stefano Sala il y a 13 ans
Parent
commit
89658a753b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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",