소스 검색

Merge pull request #2512 from adanlobato/fix/minor-typo

Fixed minor typo on 'require' property
Jordi Boggiano 11 년 전
부모
커밋
3f3dc4f32b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/articles/vendor-binaries.md

+ 1 - 1
doc/articles/vendor-binaries.md

@@ -58,7 +58,7 @@ Say project `my-vendor/project-b` has requirements setup like this:
 
     {
         "name": "my-vendor/project-b",
-        "requires": {
+        "require": {
             "my-vendor/project-a": "*"
         }
     }