Explorar el Código

Fixing custom repository sample code (missing url)

Stefano Sala hace 12 años
padre
commit
89658a753b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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",