Fix namespace for composer psr-4 autoloader

This commit is contained in:
MarkBaker 2015-05-26 23:30:36 +01:00
parent 725764eece
commit d88bcab34c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
},
"autoload": {
"psr-4": {
"PHPExcel": "src/PhpSpreadsheet"
"PHPExcel\\": "src/PhpSpreadsheet"
}
}
}