1
0
Fork 0
pull/784/head
Jordi Boggiano 2012-06-07 12:25:05 +02:00
parent b32677a8a6
commit 9f9a0884b1
1 changed files with 7 additions and 7 deletions

View File

@ -380,7 +380,7 @@ specified right down to the class level. This can be useful for libraries with
only one class in the global namespace. If the php source file is also located only one class in the global namespace. If the php source file is also located
in the root of the package, for example, it may be declared like this: in the root of the package, for example, it may be declared like this:
} {
"autoload": { "autoload": {
"psr-0": { "UniqueGlobalClass": "" } "psr-0": { "UniqueGlobalClass": "" }
} }