Эх сурвалжийг харах

Fixing custom repository sample code (missing url)

Stefano Sala 12 жил өмнө
parent
commit
89658a753b

+ 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",