Browse Source

Merge pull request #2942 from havvg/patch-1

fix autoload-dev example for PSR-4
Jordi Boggiano 11 years ago
parent
commit
0f9bda3e37
1 changed files with 1 additions and 1 deletions
  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/" }
         }
     }