1
0
Fork 0

Merge pull request #2942 from havvg/patch-1

fix autoload-dev example for PSR-4
pull/2945/head
Jordi Boggiano 2014-04-27 15:32:58 +02:00
commit 0f9bda3e37
1 changed files with 1 additions and 1 deletions

View File

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