1
0
Fork 0

Change confusing name

pull/1419/merge
Jordi Boggiano 2012-12-10 16:28:59 +01:00
parent aefe3a0b11
commit 3a0270147a
1 changed files with 2 additions and 2 deletions

View File

@ -377,8 +377,8 @@ Example:
"autoload": {
"psr-0": {
"Monolog": "src/",
"Vendor\\Namespace": "src/",
"Pear_Style": "src/"
"Vendor\\Namespace\\": "src/",
"Vendor_Namespace_": "src/"
}
}
}