Fix typo
parent
b32677a8a6
commit
9f9a0884b1
|
@ -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": "" }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue