소스 검색

Merge pull request #2942 from havvg/patch-1

fix autoload-dev example for PSR-4
Jordi Boggiano 11 년 전
부모
커밋
0f9bda3e37
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/04-schema.md

+ 1 - 1
doc/04-schema.md

@@ -534,7 +534,7 @@ Example:
             "psr-4": { "MyLibrary\\": "src/" }
         },
         "autoload-dev": {
-            "psr-4": { "MyLibrary\\Tests": "tests/" }
+            "psr-4": { "MyLibrary\\Tests\\": "tests/" }
         }
     }