Fix namespace for composer psr-4 autoloader
This commit is contained in:
parent
725764eece
commit
d88bcab34c
|
@ -37,7 +37,7 @@
|
|||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PHPExcel": "src/PhpSpreadsheet"
|
||||
"PHPExcel\\": "src/PhpSpreadsheet"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue