fix autoload-dev example for PSR-4

The example leads to the following error.

```
  [InvalidArgumentException]
  A non-empty PSR-4 prefix must end with a namespace separator.
```
main
Toni Uebernickel 10 years ago
parent eebffacd9f
commit 2c6195785d

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

Loading…
Cancel
Save