Procházet zdrojové kódy

Merge pull request #939 from stewe/master

Fixing custom repository sample code (missing "url" key)
Nils Adermann před 13 roky
rodič
revize
ac29308eb7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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",