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. ```pull/2942/head
parent
eebffacd9f
commit
2c6195785d
|
@ -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/" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue