The example leads to the following error. ``` [InvalidArgumentException] A non-empty PSR-4 prefix must end with a namespace separator. ```
@@ -534,7 +534,7 @@ Example:
"psr-4": { "MyLibrary\\": "src/" }
},
"autoload-dev": {
- "psr-4": { "MyLibrary\\Tests": "tests/" }
+ "psr-4": { "MyLibrary\\Tests\\": "tests/" }
}