소스 검색

Merge pull request #939 from stewe/master

Fixing custom repository sample code (missing "url" key)
Nils Adermann 13 년 전
부모
커밋
ac29308eb7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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",