소스 검색

Merge pull request #2131 from javiereguiluz/patch-1

Fixed minor typo in composer.json example
Jordi Boggiano 11 년 전
부모
커밋
dc7b46a0cb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/articles/troubleshooting.md

+ 1 - 1
doc/articles/troubleshooting.md

@@ -64,7 +64,7 @@ You can fix this by aliasing version 0.11 to 0.1:
 composer.json:
 
     {
-        require: {
+        "require": {
             "A": "0.2",
             "B": "0.11 as 0.1"
         }