1
0
Fork 0

Merge pull request #2647 from thewilkybarkid/invalid-json

Correct JSON
pull/2655/head
Nils Adermann 2014-01-31 11:34:41 -08:00
commit e060adeb97
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ Example:
"autoload": {
"psr-4": {
"Monolog\\": "src/",
"Vendor\\Namespace\\": "",
"Vendor\\Namespace\\": ""
}
}
}